-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
109 lines (91 loc) · 1.67 KB
/
index.css
File metadata and controls
109 lines (91 loc) · 1.67 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
.main-heading{
text-align:center;
display: block;
}
.header-container{
display: flex;
align-items: center;
display: block;
}
.logo{
width:100px;
margin-left:30px;
}
#Quick_Links_Bar{
font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
color:rgb(191, 0, 255);
}
.topnav a:hover{
background-color:yellow;
color:rgb(170, 0, 255);
}
.topnav a.active{
background-color: pink;
}
a {
text-decoration: none;
font-family: Impact, Haettenschweiler;
word-spacing: 50px;
}
.sections{
background-color:rgba(238, 137, 241, 0.576);
margin: 20px;
margin-block: 30px;
padding: 10px;
padding-right: 10px;
padding-left: 10px;
padding-bottom: 10px;
border-radius: 10px;
}
h1{
font-family: Chalkduster;
color: rgba(89, 3, 115, 0.282);
}
.headings {
font-family: Impact, Haettenschweiler;
font-size: 20px;
color:#410562;
margin-left:5px;
}
.img_text_layout{
display:flex;
align-items:center;
}
.img_layout{
width:100px;
height: auto;
margin-left:5px;
margin-right: 10px;
margin-bottom: 5px;
}
.text{
font-size: 20px;
margin-left:5px;
margin-right:5px;
color:rgb(52, 3, 86);
}
#contact_portfolio{
display:flex;
align-items:center;
background-color:rgba(193, 47, 164, 0.35);
margin: 20px;
margin-block: 30px;
padding: 10px;
padding-right: 10px;
padding-left: 10px;
padding-bottom: 10px;
border-radius: 10px;
}
#width_contact_portfolio{
width: 600px;
height: 200px;
}
.map{
width: 100%;
margin: auto;
}
.map iframe{
width: 100%;
height: 400px;
border-radius: 10px;
}