-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
52 lines (51 loc) · 1.08 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
@import url('https://fonts.googleapis.com/css2?family=Hurricane&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital@1&display=swap');
*{
margin: 0;
padding: 0;
}
body{
background-image: url(bg3.jpg);
background-color: rgba(0, 0, 0, 0.9);
background-size: cover;
}
.pic{
margin-top: 3rem;
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 1rem;
}
.pic img{
border: 1px solid rgb(66, 60, 60);
border-radius: 30%;
padding: 5px;
width: 150px;
}
.nm {
color: #fff;
/* background-color: rgba(0, 0, 0, 0.5); */
font-family: 'Merriweather', serif;
/* margin-top: 1rem; */
/* margin-bottom: 2rem; */
display: flex;
justify-content: center;
align-items: center;
box-shadow: 5;
}
#nam{
color: #0a9396;
}
#man{
color: #e85d04;
}
.container{
margin-top: 2rem;
}
#one{
font-family: monospace;
text-align: center;
background-color: aqua;
font-size: 1.2rem;
font-weight: 500;
}