-
Notifications
You must be signed in to change notification settings - Fork 0
/
Portfolio.css
109 lines (90 loc) · 1.58 KB
/
Portfolio.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
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
@import url("https://fonts.googleapis.com/css?family=Heebo");
body {
background-color: rgba(102, 181, 255, 0.5);
}
h1 {
text-align: center;
font-family: heebo;
font-size 60px;
}
ul {
white-space: nowrap;
}
ul {
list-style: none;
display: inline;
align-content: center;
}
.resize {
width: 400px;
height: auto;
}
.resize {
width: 300px;
height: auto;
box-shadow: 10px 10px 5px #888888;
border-radius: 25px;
}
.center-div
{
margin: 0 auto;
width: 900px;
}
div.container {
width: 100%;
border: 5px;
border-color: green;
background: rgba(170, 188, 191, 0.8);
border-radius: 25px;
}
div.link-container {
width: 25%;
height: 5px;
border: 5px;
padding: 50px;
border-color: green;
background: rgba(170, 188, 191, 0.8);
}
div.github-widget {
align-content: center;
}
.nav a {
float: left;
display: block;
color: black;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}
.nav a:hover {
background-color: #ddd;
color: black;
}
h1 {
background-image: url('http://wallpapercave.com/wp/f2nbsPJ.jpg');
display: block;
border-style: solid;
border-width: 2px;
position: relative;
width: 500px;
margin-left: 25%;
border-radius: 25px;
border: 2px solid #73AD21;
padding: 20px;
height: 50px;
}
ol {
display: block;
list-style-type: decimal;
margin-top: 1em;
margin-bottom: 1em;
margin-left: 0;
margin-right: 0;
padding-left: 40px;
}
.footer {
position:fixed;bottom:0;
width:100%;
display:block;
}