-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
92 lines (81 loc) · 1.21 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
79
80
81
82
83
84
85
86
87
88
89
90
.div7{
background-color: beige;
color: rgb(247, 11, 11);
font-size: 100%;
padding-left: 30px;
width: 90%;
margin-left: 5%;
margin-right: 10%;
}
.grandiv{
display: flex;
flex: left;
width: 95%;
padding: 20px;
width: 90%;
margin-left: 5%;
margin-right: 10%;
}
.pic{
width: 30%;
height: 100%;
display: flex;
}
.pi{
height: 400px;
width: 300px;
}
.t1{
width: 100%;
}
nav{
background-color: rgb(43, 19, 2);
width: 90%;
margin-left: 5%;
margin-right: 10%;
}
nav ul li{
display: inline-block;
}
nav ul li a{
padding: 50px;
text-decoration: none;
font-size: 150%;
color: white;
}
.head{
font-size: 300%;
padding-left: 5%;
}
main{
height: 400px;
}
section{
width: 55%;
height: 400px;
float: left;
margin-left: 5%;
}
aside{
width: 35%;
height: 400px;
float: right;
margin-right: 5%;
}
footer{
background-color: rgb(43, 19, 2);
width: 90%;
margin-left: 5%;
margin-right: 10%;
}
.stor{
color: rgb(43, 19, 2);
}
body{
background-color: rgba(248, 224, 180, 0.212);
}
.skills{
width: 90%;
margin-left: 5%;
margin-right: 10%;
}