-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
82 lines (81 loc) · 1.29 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
* {
font-size: medium;
}
.cover {
padding: 100px;
height: 500px;
background-repeat: no-repeat;
background-size: cover;
background-image: url("https://wallpapers.com/images/high/work-background-ahs67leyrp8wsogy.webp");
}
.small {
margin: 0 auto;
height: 290px;
width: 400px;
padding: 50px;
text-align: center;
background-color: rgb(212, 214, 216);
opacity: 0.8;
color: black;
}
.search {
margin-top: 20px;
}
.tabs {
margin-left: 350px;
}
.betweentabs {
width: 200px;
text-align: center;
}
.inside {
background-color: blueviolet;
}
.desc {
margin-left: 350px;
display: flex;
}
.contain {
margin-top: 20px;
margin-left: 350px;
}
.ask {
background-color: rgb(238, 232, 232);
height: fit-content;
width: 100%;
font-size: small;
}
.movement {
margin: 20px 100px;
display: flex;
}
.round {
border-radius: 50%;
height: 100px;
width: 100px;
}
.footer {
background-color: rgb(103, 100, 100);
height: fit-content;
width: 100%;
font-size: small;
}
.infooter {
display: flex;
justify-content: center;
padding: 50px;
opacity: 0.8;
}
.foot {
background-color: rgb(65, 63, 63);
height: 100px;
text-align: center;
padding: 40px;
color: aliceblue;
}
.foots {
background-color: gainsboro;
height: 100px;
text-align: center;
padding: 40px;
}