-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththeinfo.css
61 lines (51 loc) · 1003 Bytes
/
theinfo.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
body{
background-color: #74a6b2;
}
.cola{
color: white;
font-size: 30px;
width: 310px;
height: 150px;
padding-top: 20px;
padding-left: 15px;
margin-right: 450px;
margin-left: 40px;
margin-top: 100px;
border: 2px solid #2c6d89;
border-radius: 10px;
background-color: #2c6d89 ;
}
#class{
display: flex;
}
img{
margin-top: 20px;
width: 400px;
min-height: auto;
margin-top: 10px;
border: 10px black;
}
nav{
color: white;
font-size: 28px;
margin-left: 850px;
margin-top:80px;
}
footer{
color: white;
font-size: 30px;
width: 300px;
height: 200px;
padding-top: 1px;
padding-left: 15px;
margin-left: 40px;
margin-top: 100px;
margin-bottom: 50px;
border: 2px solid #2c6d89;
border-radius: 10px;
background-color: #2c6d89 ;
}
#footer{
font-size: 20px;
text-align: center;
}