-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
64 lines (54 loc) · 1.06 KB
/
style.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
header h1{ font-family: 'Major Mono Display', monospace;
color: aliceblue;
background-color: brown;
text-align: center;
font-size: 40px;}
hr{
margin-left: 219px;
margin-right: 233px;
padding: 10px;
background-color: black;
}
main div.text{
font-family: 'Major Mono Display', monospace;
display: inline-block;
text-align: center;
background-color: coral;
font-size: 15px;
width: 250px;
padding-left: 30px;
padding-right: 30px;
border-right: 80px;
margin-bottom: 100px;
margin-left: 220px;
}
main div.text2{
font-family: 'Major Mono Display', monospace;
display: inline-block;
text-align: center;
background-color: coral;
font-size: 15px;
width: 250px;
padding-left: 30px;
padding-right: 30px;
border-right: 80px;
margin-bottom: 100px;
}
main div.image{
text-align: center;
height: 250px;
width: 250px;
display: inline-block;
position: absolute;
margin-left: 4px;
}
p{
text-align: left;
}
#gray-box{
color: gray;
text-align: left;
}
footer{background-color: brown;
padding: 60px;
border: 20px;}