-
Notifications
You must be signed in to change notification settings - Fork 0
/
wen.css
81 lines (74 loc) · 1.15 KB
/
wen.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
*{
margin: 100;
padding : 100;
font-family: sans-serif;
color:#ffffff;
}
.hero{
position: relative;
width: 100%;
height: 100vh;
background: #eed5ba;
}
nav{
display: flex;
width: 100%;
margin : auto;
padding : 20px 0;
align-items: center;
justify-content: space-between;
background: #c4803b;
}
nav ul li{
display: inline-block;
list-style: none;
margin: 10px 10px;
}
nav ul li a{
text-decoration: none;
color: #000;
font-weight: bold;
}
nav ul li a:hover{
color: red;
}
.bg{
background: #eed5ba;
}
.detail{
margin-left:50px;
margin-top: 50px;
margin-right: 500px;
background: #eed5ba;
}
.para{
font-size: 20px;
color : rgb(39, 38, 38);
}
.para1{
font-size: 16px;
color : rgb(39, 38, 38);
margin-top:10px;
}
.name{
font-size: 30px;
font-family:"Bree-Serif";
color : black;
}
.name1{
font-size: 25px;
font-weight: bold;
color : black;
margin: 3px;
}
.profile {
text-align: center;
padding: 30px;
height: 0px;
width: 0px;
background: #eed5ba;
}
.image {
width: 200px;
margin: 30px;
}