-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
100 lines (90 loc) · 1.47 KB
/
styles.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
.navclass{
background-color: #f58bc5;
}
.jumbotron{
text-align: center;
background: none;
}
.sectionLight{
background-color: antiquewhite;
padding: 2rem;
}
.section-dark{
background: rgb(226, 223, 223);
padding:2rem 1rem;
}
.second{
padding-left:1rem;
}
.ig{
max-width: 100%;
display: block;
margin:auto;
}
.style-btn{
display: block;
margin:auto;
background: blueviolet;
color: gainsboro;
width:300px;
}
.style-btn:hover{
background: cadetblue;
font-size: 25px;
}
.name{
padding:30px;
}
.sifo{
display: block;
margin-left: 20px;
color:rgb(65, 62, 62);
}
.book1{
display: block;
margin: auto;
}
.read-btn{
display: block;
margin: auto;
margin-top:20px;
margin-bottom: 20px;
width:46%;
background: rgb(82, 178, 216);
color:white;
}
.read-btn:hover{
background: rgb(230, 44, 106);
}
.footimg{
display: block;
padding:30px;
}
.social{
margin:25px;
margin-top:50px;
padding:15px;
}
.fb{
color: rgb(86, 86, 240);
background: white;
}
.goog{
color:rgb(214, 46, 46);
background: white;
}
.insta{
color: rgb(233, 64, 98);
background: white;
}
.video-link{
padding:15px;
text-align: center;
font-size: 20px;
font-weight: bold;
}
.creator{
margin-left:40%;
font-size: 30px;
color: darkslateblue;
}