-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
114 lines (102 loc) · 1.94 KB
/
styles.css
File metadata and controls
114 lines (102 loc) · 1.94 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
body{
font-family: sans-serif;
background-color: dodgerblue;
color: whitesmoke;
}
section{
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
margin: 20px 20x;
padding: 20px 20px;
border-radius: 15px;
border-color: black;
}
footer{
color: antiquewhite;
}
a {
text-decoration: none;
}
nav ul li a{
text-decoration: none;
color:#000;
font-weight: bold;
}
nav ul li a:hover{
color:red
}
nav{
display: flex;
width: 84%;
margin:5px;
padding: 20px 0px;
align-items: center;
justify-content: space-between;
}
nav ul li{
padding: 10px 10px 0 0;
}
nav ul{
display: block;
list-style: none;
margin: 10px 20px;
}
.detel{
margin-left: 8%;
margin-top: 13%;
}
.detel{
font-size: 50px;
color: #212121;
margin-bottom: 10px;
}
span{
color: orange;
}
.detel{
color: lightgray;
line-height: 5%;
}
.detel a{
background-color: #212121;
padding: 10px 18px;
text-decoration: none;
font-weight: bold;
color: #fff;
display: inline-block;
margin: 30px 0px;
border-radius: 5px;
}
.image{
width: 45%;
height: 80%;
position: absolute;
bottom: 0%;
right: 100%;
}
.image img{
height: 100%;
position:relative;
right: 50%;
bottom: 0;
transform: translatex(-50%);
transition: bottom 1s right 1s;
}
.home{
display: flex;
flex-wrap: wrap;
align-content: space-around;
}
footer:hover{
background-color: chartreuse;
color: antiquewhite;
}
header{
color: crimson;
}
header:hover{
color: gold;
}
h1{
color: chocolate;
}