-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
135 lines (105 loc) · 2.28 KB
/
index.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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
html, body {
margin: 0;
text-align: center;
font-family: 'Alfa Slab One', cursive;
color: aliceblue;
}
.afg{
color: brown;
}
.nature {
color: whitesmoke;
background: green
}
.underline{
border-bottom: 4px solid white;
}
.hero {
background-image: url("https://media.istockphoto.com/id/511809568/photo/the-buddhas-of-bamiyan.jpg?s=612x612&w=0&k=20&c=Iv443cg8B6pbmAnGvPecBOB0hKmfHyZuB-xLjbLQ4RE=");
background-size: cover;
padding: 40px 0 340px 0;
height: 450px;
background-repeat: no-repeat;
background-size: 100% 100%;
}
.topic{
color: black;
margin-top: 30px;
margin-bottom: 0px;
font-family: Verdana, Geneva, Tahoma, sans-serif
}
.main{
display: flex;
flex-direction: column;
align-items: center;
width: 400px;
color: black;
padding: 150px;
}
#staphili2 {
width: 200px;
border-radius: 50%;
}
#snow-leopard {
width: 250px;
border-radius: 50%;
}
.main2 {
display: flex;
flex-direction: column;
align-items: center;
width: 400px;
color: black;
padding: 150px;
}
#afghan {
width: 200px;
border-radius: 50%;
}
.main3 {
display: flex;
flex-direction: column;
align-items: center;
width: 400px;
color: black;
padding: 150px;
}
.good {
display: flex;
justify-items: center;
background: whitesmoke;
margin-top: 4opx;
margin-bottom: 100px;
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.names {
color: black;
font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif
}
.avatar {
width: 170px;
}
.card {
width: 400px;
margin-top: 0px;
margin-bottom: 50px;
margin-right: auto;
margin-left: auto;
padding: 30px;
display: flex;
justify-content: space-around;
text-align: center;
background: white;
color: #2b2839;
border-bottom: 10px solid blue;
}
.border-blue {
border: 1px dotted blue;
}
.new {
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif
}
.cyf {
color: whitesmoke;
background: black
}