-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaboutstyle.css
60 lines (45 loc) · 1.06 KB
/
aboutstyle.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
/*-ABOUT PAGE-*/
* {
margin:0;
padding:0;
box-sizing: initial;
}
body, html {
box-sizing: initial;
width: 100%;
}
/*-- about background --*/
#about {
width: 100%;
height: 100%;
/* Flexbox */
display: flex;
justify-content: center;
align-items: center;
/* Text styles */
text-align: center;
background-image: url(https://i.ytimg.com/vi/CNyVnC9qT1Q/maxresdefault.jpg);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
height: 100vh;
background-attachment: fixed;
}
.avatar img{
position: absolute;
left: 50%;
top: 10%;
right: 0px:
z-index: 1;
border-radius: 30px;
}
.about p{
font-family: 'Courier New', Courier, monospace;
color: white;
margin: 50px;
text-align: justify;
padding-block-end: 0in;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
padding-left: 40px;
padding-right: 40px;
}