-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
88 lines (82 loc) · 1.15 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
nav,a{
background-color:#000000;
color: #ffffff;
padding:5px;
align-items:center;
z-index: 2;
}
#company{
float:left;
margin-left:70px
}
a{
position:relative;
float:right;
right:40px;
text-decoration:none;
}
nav{
position: fixed;
width:100%;
height: 45px;
top: 0px;
}
h1{
position:absolute;
margin:10px 011px;
font-size:50px;
left:35px;
font-style: normal;
top:110px
}
button{
background-color: #000000;
color:white;
padding:10px 10px;
width:100px;
margin-top:10px;
border:none;
}
*{
box-sizing:border-box;
}
body{
margin:0px;
width: 800px;
height: 1300px;
}
#para{
position: absolute;
width: 500px;
height: 200px;
left: 50px;
top: 180px;
}
#image img{
position:absolute;
width:400px;
height:500px;
left: 700px;
top: 140px;
}
.gallery{
position:absolute;
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap: 30px;
width: 600px;
height: 400px;
left: 50px;
top:760px;
}
.gallery img {
max-width: 150px;
height: 200px;
}
h2{
position:absolute;
left:50px;
top:650px;
font-size:40px;
}