-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblog.css
More file actions
48 lines (46 loc) · 658 Bytes
/
blog.css
File metadata and controls
48 lines (46 loc) · 658 Bytes
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
body{
padding-top: 8rem;
background-color: #F2F2F2;
}
#container{
height:100%;
width:80%;
margin: auto;
}
.middle{
text-align:center;
}
.card-body h4{
text-align:center;
}
.head .logo{
width: 5%;
position: relative;
margin:0 auto;
float: left;
margin-left: 3rem;
}
.block{
border-radius: 10px;
background color:white;
margin:10px;
}
.card-title{
font-size: 20px;
}
.card-text{
font-size: 15px;
}
.disable-link-styles {
color: inherit;
}
.disable-link-styles:hover {
color: inherit;
text-decoration: none;
}
.card-img-top{
margin-left: 100px;
max-width: 80%;
/* padding: 20px 20px;*/
border-radius: 20px;
}