-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
61 lines (57 loc) · 1.15 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
.other{
text-align: center;
background-color: rgba(228, 111, 28, 0.938);
}
.other li{
display: inline-block;
background-color: rgb(173, 160, 160);
margin: 5px 10px;
padding: 6px;
list-style: none;
font-size: 1.2em;
/* box-sizing: border-box; */
}
.welcome{
text-align: center;
background-color: rgb(20, 97, 75);
/* margin-top: 0; */
/* height: 60px; */
padding: 12px;
}
.containe{
display: block;
/* align-items: center;
justify-content: center; */
margin-left: auto;
margin-right: auto;
margin-top: 14px;
margin-bottom: 14px;
background-image:url() ;
}
.intro{
text-align: center;
}
.name{
background-color: rgb(65, 213, 134);
margin: 0px;
padding: 5px;
}
.info{
background-color: rgb(172, 72, 230);
margin: 0px;
padding: 5px;
}
.footer{
background-color: rgba(246, 102, 155, 0.945);
margin: 0px;
padding: 5px;
margin-top: auto;
text-align: center;
}
.contact{
background-color: rgb(129, 231, 28);
}
.textd{
/* text-decoration: none; */
color: inherit;
}