-
-
Notifications
You must be signed in to change notification settings - Fork 618
Expand file tree
/
Copy pathstyle.css
More file actions
executable file
·106 lines (96 loc) · 1.45 KB
/
style.css
File metadata and controls
executable file
·106 lines (96 loc) · 1.45 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
/* 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: black;
}
.header {
position: relative;
}
body {
font-family: "Roboto", sans-serif;
-webkit-font-smoothing: antialiased;
}
h1 {
font-size: 3rem;
color:orange;
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: 10px;
}
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;}
.h2{
background-image: url(/homepage-desktop.png);
}
*/ Icons/
.icon{
height: 100px;
border-radius: 1px solid ;
border: 2px;
}
.container{
display: flex;
flex-direction: row;
justify-content: space-around;
}
#p1{
color: black;
}
.ptest{
justify-content: center;
}
.test{
color:black;
padding: 0px;
width: 10px;
border-radius: 50px;
}
.icon2{
height: 30px;px;
width: 30px;
border-radius: 50px;
}
.topimag{
float: left;
}
.lady-image{
display: flex;
}
.p3{
align-items: center;
font-size: 20px;
}
.lady-image,button{
border-radius: 1px solid;
color: orange;
font-size: 20px;
}