-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
78 lines (76 loc) · 1.16 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
body{
margin: 5%;
matgin-top: 10%;
padding: 0;
background: url(assets/bg.jpg) repeat;
background-size: cover;
}
.img{
width: 30px;
height:30px;
}
.box{
width: 450px;
background: rgba(0, 0, 0, 0);
padding: 40px;
text-align: center;
margin: auto;
margin-top: 5%
color: black;
font-family: 'Century Gothic',sans-serif;
}
.box-img{
border-radius: 10%;
width: 200px;
height: 200px;
}
.box h1{
font-size: 40px;
letter-spacing: 4px;
font-weight: 100;
}
.box h5{
font-size: 30px;
letter-spacing: 3px;
font-weight: 100;
}
.box p{
text-align: justify;
}
ul{
text-align: center;
margin: 0;
padding: 0;
font-size: 30px;
}
.box li{
display: inline-block;
margin: 10px;
list-style: none;
}
.box li a{
color: black;
text-decoration: none;
font-size: 40px;
transition: all ease-in-out 250ms;
}
.box li a:hover{
color: #b9b9b9;
}
.box li a img{
width:20px;
height:20px;
}
.all{
margin-top: 10%;
white-space: pre-line;
text-align: justify;
}
.poems{
margin-top: 10%;
white-space: pre-line;
text-align: center;
}
h2{
font-size: 30px;
}