-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
73 lines (63 loc) · 1.04 KB
/
index.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
.hero-img {
background-image: url("media/header-img.jpg");
background-size: 100%;
height: 575px;
}
.post-wrapper {
width: 100%;
margin-top: 50px;
margin-bottom: 50px;
}
.title {
text-align: center;
font-size: 3vw;
font-family: 'Roboto', sans-serif;
color: black;
}
.post {
width: 30%;
min-height: 500px;
border-radius: 15px;
box-shadow: 0px 4px 5px 0px black;
background-color: white;
}
.post p {
color: black;
font-family: 'Roboto', sans-serif;
font-size: 1vw;
margin: 16px;
}
.post a {
color: red;
}
#post-img {
width: 93%;
margin: 15px;
max-height: 250px;
min-height: 150px;
border-radius: 10px;
}
.left {
float: left;
margin-left: 200px;
}
.right {
float: right;
margin-right: 200px;
}
.post a {
padding: 8px 15px;
background-color: black;
color: white;
text-decoration: none;
text-align: center;
border-radius: 5px;
}
.projects {
background-color: #ebebeb;
margin-top: 100px;
color: black;
width: 100%;
padding: 15px;
float: left;
}