generated from shkeating/html-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
116 lines (99 loc) · 1.84 KB
/
styles.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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
/* your styles will go here!! */
body{
margin: 0;
background-color: #F4DBF3;
padding: 15px 15px;
font-family: 'Lalezar', cursive;
font-family: 'La Belle Aurore', cursive;
}
#logo img{
width: 150px;
margin-top: 0%;
}
/* navigation styles */
header{
display: flex;
justify-content: space-between;
align-items: center;
margin: 0%;
}
nav a{
color: #FF7033;
text-decoration: none;
font-size: 30px;
padding: 30px 30px;
margin: 0%;
}
nav a:hover{
text-decoration: underline;
}
.home img {
max-width: 600px;
width: 100%;
margin: 20px 20px;
}
.product-images{
display: flex;
flex-direction: row;
flex-wrap: nowrap;
overflow-clip-margin: content-box;
max-width: 100%;
height: 440px;
}
h1{
color: #FF7033;
font-size: 150px;
font-family: 'Lalezar', cursive;
font-weight: 400;
line-height: 2px;
word-wrap: break-word;
margin-top: -5px;
}
h3{
color: white;
font-size: 30px;
font-family: 'Lalezar', cursive;
font-weight: 400;
word-wrap: break-word;
margin-top: -3%;
}
h4{
color: white;
font-size: 20px;
font-family: 'Lalezar', cursive;
font-weight: 400;
word-wrap: break-word;
margin-top: 0%;
text-align: center;
text-justify: auto;
}
/* home*/
.Hi{
color: #FEAC8A;
font-size: 55px;
font-weight: 400;
line-height: 6px;
word-wrap: break-word
font-family: 'La Belle Aurore', cursive;
margin-top: -1%;
}
.square{
width: 2000px;
height: 650px;
background: #E384DD;
z-index: -10;
position: absolute;
top: 450px;
border-radius: 2%;
}
.row{
display: flex;
align-items: center;
justify-content: space-evenly;
}
.home main{
margin: 50px;
display: flex;
flex-direction: column;
align-items: center;
}