-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
10 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,8 +18,11 @@ | |
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | ||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@500&display=swap" rel="stylesheet"> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css"> | ||
<!-- Material Style CSS --> | ||
<link rel="stylesheet" | ||
href="https://deploy-preview-100--materialstyle.netlify.app/materialstyle/3.1/dist/css/materialstyle.min.css"> | ||
href="https://cdn.jsdelivr.net/npm/@materialstyle/[email protected]/dist/css/materialstyle.min.css" | ||
integrity="sha384-TveZ4SBMG9Zwu44Pq5aK2bgL+4CaFRTtx6pSSsxmQKWhIRKoONDSRW+k+NA9A0Gk" | ||
crossorigin="anonymous"> | ||
|
||
<link rel="stylesheet" href="style.css"> | ||
</head> | ||
|
@@ -214,7 +217,7 @@ <h4 class="card-title">SUV</h4> | |
<div class="form-floating" style="width:200px;"> | ||
<input type="text" class="form-control" id="textField" | ||
placeholder="firstname" autocomplete="off"> | ||
<label for="textField">Firstname</label> | ||
<label for="textField">Text field</label> | ||
</div> | ||
|
||
<div class="form-floating form-floating-outlined" style="width:200px;"> | ||
|
@@ -231,7 +234,7 @@ <h4 class="card-title">SUV</h4> | |
<option value="3">Option 3</option> | ||
<option value="4">Option 4</option> | ||
</select> | ||
<label for="select">Select One</label> | ||
<label for="select">Select</label> | ||
</div> | ||
|
||
<div class="form-floating form-floating-outlined" style="width:200px;"> | ||
|
@@ -242,7 +245,7 @@ <h4 class="card-title">SUV</h4> | |
<option value="3">Option 3</option> | ||
<option value="4">Option 4</option> | ||
</select> | ||
<label for="selectOutlined">Select One</label> | ||
<label for="selectOutlined">Select</label> | ||
</div> | ||
</div> | ||
|
||
|
@@ -317,7 +320,9 @@ <h2>SASS</h2> | |
crossorigin="anonymous"></script> | ||
|
||
<!-- Material Style JS --> | ||
<script src="https://deploy-preview-100--materialstyle.netlify.app/materialstyle/3.1/dist/js/materialstyle.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/@materialstyle/[email protected]/dist/js/materialstyle.min.js" | ||
integrity="sha384-rqhP61M9WSmzd7+ssgyoWP2I+R68vVHx7o+UmmIs6/Nxe8Lt1DoF6+0CKptZIXC0" | ||
crossorigin="anonymous"></script> | ||
|
||
<script src="index.js"></script> | ||
</body> | ||
|