-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwork.css
More file actions
50 lines (49 loc) · 776 Bytes
/
work.css
File metadata and controls
50 lines (49 loc) · 776 Bytes
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
*{
margin: 0px;
padding: 0px;
box-sizing: border-box;
}
.navbar{
display: flex;
flex-direction: row;
background-color: violet;
height: 70px;
padding: 20px;
justify-content: center;
width: 100%;
}
.navbutton button{
text-align: center;
color: blue;
outline: none;
padding: 15px;
border: none;
background-color: violet;
}
h3{
color: blue;
text-align: start;
margin-left: 15px;
margin-top: 10px;
}
.image img{
width: 65%;
height: 60%;
}
.image{
text-align: start;
margin-top: 10px;
}
.work{
margin-left: 35%;
width: 50%
}
.text{
text-align: start;
margin-top: 20px;
width: 65%;
}
h1{
text-align: start;
margin-top: 20px;
}