forked from itscodenation/flw1-portfolio-16-17-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
83 lines (78 loc) · 1.29 KB
/
style.css
File metadata and controls
83 lines (78 loc) · 1.29 KB
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
header {
text-align: center;
background: url("images/banner.jpg");
background-size: cover;
color: white;
}
.nav {
color: white;
}
#portfolio{
font-size: 50px;
color: purple;
border-style: solid;
border-color: blue;
}
img {
margin: 10px 0px 0px 0px;
border: 2px solid white;
border-radius: 30px;
}
ul {
padding: 10px;
background: rgba(0,0,0,0.5);
}
li {
padding: 0px 10px 0px 10px;
}
div{
max-width: 500px;
padding: 20px;
margin: 0 auto;
}
@media (max-width: 500px) {
h1 {
font-size: 36px;
padding: 5px;
}
li {
padding: 5px;
display: block;
}
}
body{
background-color: turquoise;
}
.i{
padding-left: 100px;
color: purple;
font-family: fantasy;
}
.things-about{
color: red;
background: white;
padding-left: 100px;
border-radius: 30px;
border: dashed purple;
margin-left: 300px;
margin-right: 300px;
}
div{
background-color: skyblue;
border-radius: 10px;
}
#about-me{
padding-left: 600px;
}
p{
font-size: 40px;
font-style: italic;
text-align: center;
}
#sport{
padding-left: 250px;
}
img{
border: none;
padding-left: 600px;
}