-
-
Notifications
You must be signed in to change notification settings - Fork 618
Expand file tree
/
Copy pathstyle.css
More file actions
executable file
·81 lines (73 loc) · 1.08 KB
/
style.css
File metadata and controls
executable file
·81 lines (73 loc) · 1.08 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
/* We are using the 'Roboto' font from Google. This has already been added to your HTML header */
* {
margin: 0px;
padding: 0px;
text-align: center;
color: white;
}
.header {
position: relative;
}
body {
font-family: "Roboto", sans-serif;
-webkit-font-smoothing: antialiased;
}
h1 {
font-size: 3rem;
color: white;
text-align: center;
}
.ul link {
display: flex;
align-items: center;
justify-content: space-around;
}
nav ul li {
display: inline-block;
list-style: none;
margin: 10px;
}
nav ul li a {
text-decoration: none;
color: gray;
font-size: ;
}
nav ul li a:hover {
color: red;
}
.top3 {
float: right;
font-size: 30px;
width: 30px;
}
.image1 {
background-image: url(/img/first-background.jpg);
padding: 10em;
}
.button {
background-color: orange;
}
.h1{color: black;}
*/ Icons/
.icon{
height: 100px;
}
.container{
display: flex;
flex-direction: row;
justify-content: space-evenly;
}
#p1{
color: black;
}
.test{
color:black;
padding: 10px;
}
.icon2{
height: 40px;px;
width: 40px;
}
#topimage{
float: left;
}