-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle..css
More file actions
63 lines (59 loc) · 1.45 KB
/
style..css
File metadata and controls
63 lines (59 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
body { font-family: 'Courier New', Courier, monospaces;
margin: 0;
padding: 0;
outline: 0;}
h1 { font-size: 50px;}
.highlight { color: darkorange;}
.half{ float: left;
width: 39%;
margin-left: 5%;
padding-left: 3%;}
h2 { font-size: 40px;}
.half img{width: 90%;
padding-top: 50px;
padding-bottom: 20px;
}
.banner {
background-image: url("images/top-banner.png");
background-repeat: no-repeat;
}
section{height: 500px;
margin-bottom:70px ;
color: rgb(100, 96, 96);
}
.button { background-image: linear-gradient( 45deg, tomato ,rgb(243, 143, 12));
border-radius: 5px;
font-weight: bold;
padding: 8px 15px ;
color: darkslategray;
text-decoration: none;}
.dream {
background-image: url("images/dream-bg.png");
background-repeat: no-repeat;
background-position:right;}
p { display: block;
padding-right:36px;
text-align: justify;}
.single-blog { box-shadow: 5px 10px 30px 5px lightslategrey;
border-radius: 5px;
height: 70%;
background: white;
}
.experience {
background-image: url( "images/exp-bg.png");
background-repeat: no-repeat;
background-position: left;
}
#border-stack {
border-left: tomato 5px solid;
border-image: linear-gradient(tomato ,green);
border-image-slice: 1;
}
#baby-stack {
border-left: tomato 5px solid;
border-image: linear-gradient( 10deg ,rgb(166, 71, 255) ,green);
border-image-slice: 1;
}
footer p { text-align: center;
color: teal;
font-size: 20px;}