-
Notifications
You must be signed in to change notification settings - Fork 1
/
formStyle.css
61 lines (49 loc) · 1.44 KB
/
formStyle.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{margin:0;
padding:0;}
body{background-color:#ff8533;}
.formContainer{background-image:url(img/form.jpg);
background-repeat:no-repeat;
width:600px;
height:1001px;
margin-top:50px;
margin-left:320px;
padding:20px;}
h1{font-family:'Creepster', cursive;
font-size:44px;
color:blue;
text-align:center;}
summary{font-family:'Megrim', cursive;
font-weight:bold;
color:blue;}
.p_d{font-family:'Mr Dafoe', cursive;
font-size:22px;
color:red;}
h3{font-family:'Audiowide', cursive;
text-transform:uppercase;
text-align:center;
color:rgb(255, 255, 0);}
.formTitle{font-family:'Press Start 2P', cursive;
margin-bottom:10px;
color:#725129;
text-shadow:red 0 1px 0;
font-weight:bold;}
.formField{border:2px solid #c9b7a2;
border-radius:40%;
background:rgb(203,86,0);
padding:8px;
margin-bottom:20px;
width:280px;
color:white;}
.check{color:blue;}
.submitButton{border:1px solid #447314;
background:#6aa436;
color:#31540c;
padding:8.5px 18px;
font-size:14px;
font-weight:bold;
vertical-align:middle;}
.submitButton:hover{color:blue;
font-size:20px;}
a{font-family: 'Monoton', cursive;}
a:hover {color:red;
font-size:33px;}