-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
70 lines (68 loc) · 1.03 KB
/
Copy pathindex.css
File metadata and controls
70 lines (68 loc) · 1.03 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
64
65
66
67
68
69
70
.main-container{
background-image:linear-gradient(rgba(22, 20, 20, 0.9), rgba(22,20,20,0.9)), url(images/bg_image1.jpg);
}
.heading{
padding: 30px;
color: blue;
display: flex;
justify-content: space-between;
width: auto;
}
.site_title{
display: flex;
color: blue;
}
.logo{
width: 300px;
height: 300px;
}
.nav{
background-color: darkgray;
}
.main-navigation{
display: flex;
padding-right: 25%;
padding-top: 5%;
}
.nav-btn a {
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
}
.nav-link{
color: blue;
}
.nav-btn{
padding: 10%;
}
.content_div{
padding: 5%;
border: 2px
}
.pic-display{
height: 1000px;
}
.pic1{
display: flex;
justify-content: center;
}
.pic1_cont{
width: 250px
}
.someinfo{
padding-top: -10%;
}
.more-abt-web{
background: white;
padding: 5%;
border-radius: 1%;
}
.footer-container{
color: blue;
}
.footer-part-content{
display: flex;
justify-content: space-around;
}
.footer-abt{
display: block;
}