-
Notifications
You must be signed in to change notification settings - Fork 2
/
innerstyle.css
66 lines (57 loc) · 1022 Bytes
/
innerstyle.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
62
63
64
65
66
html {
background-color: rgb(162, 162, 214);
}
body {
font-family: sans-serif;
font-size: 1em;
line-height: 1.5em;
}
table,
th,
td {
border: 5px solid black;
border-radius: 10px;
border-color: rgb(43, 36, 36);
}
#head {
background-color: #4CAF50;
color: rgb(88, 17, 17);
text-shadow: 10px;
}
#head1 {
background-color: #4CAF50;
color: black;
text-shadow: 10px;
font-size: xx-large;
position: relative;
}
h1 {
text-align: center;
padding-top: 20px;
text-transform: uppercase;
color: #ffd88e;
}
.but {
background-color: green;
border: none;
color: white;
padding: 15px 16px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
border-radius: 30px;
}
.but:hover {
background-color: rgb(180, 21, 45);
color: white;
}
#it {
transform: translate(1px, -10px);
float: left;
}
.navbar {
overflow: hidden;
background-color: green;
font-family: Arial;
}