yasir
commited on
Commit
•
3e5f5d2
1
Parent(s):
438159a
Update index.html
Browse files- index.html +2 -2
index.html
CHANGED
@@ -422,13 +422,13 @@ font-family: 'Barlow Condensed';
|
|
422 |
<p style="font-size: 23px; font-family: 'Barlow Condensed'; margin: 0px; color: rgb(197, 14, 188);">Styles: </p>
|
423 |
<div id="styles">
|
424 |
<p>Cinematic</p>
|
425 |
-
<input type="radio" name="style" value="cinema" >
|
426 |
<p>Photography</p>
|
427 |
<input type="radio" name="style" value="photo">
|
428 |
<p>FILM<p>
|
429 |
<input type="radio" name="style" value="fumes">
|
430 |
<p>Creative</p>
|
431 |
-
<input type="radio" name="style" value="fantasy"
|
432 |
<p>LEONARDO style</p>
|
433 |
<input type="radio" name="style" value="no">
|
434 |
</div>
|
|
|
422 |
<p style="font-size: 23px; font-family: 'Barlow Condensed'; margin: 0px; color: rgb(197, 14, 188);">Styles: </p>
|
423 |
<div id="styles">
|
424 |
<p>Cinematic</p>
|
425 |
+
<input type="radio" name="style" value="cinema" checked>
|
426 |
<p>Photography</p>
|
427 |
<input type="radio" name="style" value="photo">
|
428 |
<p>FILM<p>
|
429 |
<input type="radio" name="style" value="fumes">
|
430 |
<p>Creative</p>
|
431 |
+
<input type="radio" name="style" value="fantasy" >
|
432 |
<p>LEONARDO style</p>
|
433 |
<input type="radio" name="style" value="no">
|
434 |
</div>
|