-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpogi.css
More file actions
95 lines (82 loc) · 1.33 KB
/
pogi.css
File metadata and controls
95 lines (82 loc) · 1.33 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
body {
margin: 0;
font-family: Helvetica;
}
.topnav {
overflow: hidden;
background-color: #000000;
}
.topnav a {
float: left;
display: block;
color: white;
text-align: center;
padding: 13px 15px;
text-decoration: none;
font-size: 20px;
}
.topnav a:hover {
background-color: #ff0000;
color: black;
}
.topnav a.active {
background-color: #ffffff;
color: white;
}
.homeheader{
width: 50%;
height: 170px;
}
.homehead{
letter-spacing: 2px;
font-size: 30px;
border-style: solid;
background-color: black;
color: #ffffff;
font-family: candara;
}
.homesectiondiv2{
margin-top:0;
text-align:center;
padding-top: 10px;
padding-left: 150px;
padding-right: 90px;
padding-bottom: 30px;
}
.homesectiondiv3{
text-align:center;
padding-top: 10px;
padding-left: 250px;
padding-right: 170px;
padding-bottom: 30px;
}
.homedev1{
float: left;
width: 31%;
padding: 5px;
}
.homedev2{
float: left;
width: 46%;
padding: 5px;
}
.social{
width:55px;
padding: 5px;
}
.up{
width: 35px;
height: 35px;
}
.homedev3{
margin: auto;
width: 15%;
height: 30px;
padding: 250px;
position: center;
}
.homehead1{
letter-spacing: 2px;
font-size: 20px;
border-style: solid;
}