-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
122 lines (122 loc) · 2.21 KB
/
style.css
File metadata and controls
122 lines (122 loc) · 2.21 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
110
111
112
113
114
115
116
117
118
119
120
121
122
html {
scroll-behavior: smooth;
}
.hello {
color: #77b2f5;
font-size: 8vh;
}
#down {
width: 15vh;
height: 15vh;
padding: 2vh;
}
.enterance-first {
min-height: 100vh;
padding-top: 30vh;
background-image: url("download.jpeg");
min-height: 100vh;
background-size: cover;
}
#mycontainer {
font-size: 26px;
color: #253730;
background-image: linear-gradient(
rgba(255, 255, 255, 0.8),
rgba(255, 255, 255, 0.8)
),
url("webdeveloper.jpeg");
min-height: 100vh;
background-size: cover;
font-family: "Times New Roman", Times, serif;
}
#mycontainer h2 {
color: rgb(75, 148, 87);
}
.head {
color: rgb(9, 28, 153);
font-size: 7vh;
}
#github {
background-image: url(https://cdn-images-1.medium.com/max/2000/1*wzEf4qVNT7mUeMIeQWTJbg.jpeg);
background-size: cover;
min-height: 100vh;
color: #37d1e6;
}
.gthb-acc {
font-size: 8vh;
}
a {
color: #5197cf;
}
img {
border-radius: 100%;
width: 8vh;
}
.buttonDiv {
display: flex;
flex-direction: row;
justify-content: flex-start;
}
.btn-cntct {
font-size: 4vh;
}
#enterance {
min-height: 100vh;
padding-top: 30vh;
background-image: url("bckgrnd.jpg");
height: 100vh;
background-size: cover;
}
.more {
color: #279168;
font-size: 5vh;
}
.btn-gthb {
color: white;
font-size: 5vh;
}
.myname,
h4 {
font-size: 10vh;
color: white;
text-align: center;
}
#contact {
min-height: 94vh;
background-image: url("https://external-content.duckduckgo.com/iu/?u=http%3A%2F%2Fwww.grays-cheltenham.co.uk%2Fwp-content%2Fuploads%2F2015%2F09%2Fcontact-background.jpg&f=1&nofb=1");
background-size: cover;
color: rgb(62, 102, 233);
font-size: bold;
}
#copyright {
font-size: 16px;
background-color: #f4f4f4;
}
.ccm {
padding-top: 70vh;
}
#back2Top {
width: 50px;
line-height: 50px;
overflow: hidden;
z-index: 999;
display: none;
cursor: pointer;
-moz-transform: rotate(270deg);
-webkit-transform: rotate(270deg);
-o-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
position: fixed;
bottom: 50px;
right: 0;
background-color: #ddd;
color: #555;
text-align: center;
font-size: 30px;
text-decoration: none;
}
#back2Top:hover {
background-color: #ddf;
color: #000;
}