-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.css
58 lines (58 loc) · 1.03 KB
/
main.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
html {
font-family: 'Montserrat', sans-serif;
font-size: 40px;
font-weight: 700;
color: white;
}
body {
font-family: 'Montserrat', sans-serif;
min-width: 357px;
min-height: 357px;
background-color: #9B59B6;
padding: none;
margin: 0px;
text-align: center;
}
table {
width: 100%;
margin: 0px;
}
td {
height: 100px;
text-align: center;
text-decoration: none;
color: white;
}
a:link, a:visited, a:hover, a:active {
color: white;
text-decoration: none;
text-transform: uppercase;
font-size: 40px;
}
input[type="text"] {
display: block;
margin: 0px;
width: 100%;
border: 0px solid;
background-color: #9B59B6;
height: 100px;
text-transform: uppercase;
font-size: 40px;
font-family: 'Montserrat', sans-serif;
color: white;
text-align: center;
}
input[type="submit"] {
display: block;
margin: 0px;
padding: 0px;
width: 100%;
border: 0px solid;
background-color: #3498DB;
height: 100px;
text-transform: uppercase;
font-size: 40px;
font-family: 'Montserrat', sans-serif;
color: white;
text-align: center;
}