-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
66 lines (61 loc) · 1 KB
/
style.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
body{
font-family: 'Roboto', sans-serif;
}
.name{
color: coral;
}
.link{
text-decoration: none;
background-color: rgb(243, 63, 99);
color:aliceblue;
padding: 8px 15px 8px 15px;
border-radius: 5px;
}
.half-width{
width: 40%;
float: left;
padding-left: 8%;
}
.half-width img{
width: 100%;
}
.top-banner{
background-image: url("images/header-bg.png");
background-repeat: no-repeat;
}
section{
height:550px;
}
.mid-banner{
background-image: url("images/biography-bg.png");
background-repeat: no-repeat;
}
.work{
text-align: center;
}
*{
box-sizing: border-box;
padding: 2%;
}
.colm{
float: left;
width: 33%;
}
.row{
background-image: url("images/latest-work-bg.png");
background-repeat: no-repeat;
}
.client{
text-align: center;
}
.message{
background-color: hotpink;
padding: 35px 42px 35px 5px;
margin: 0% 20% 0% 20%;
border-radius: 10px;
color:beige;
}
span{
font-weight: bold;
font-size: x-large;
}