-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabc.css
More file actions
124 lines (109 loc) · 2.1 KB
/
Copy pathabc.css
File metadata and controls
124 lines (109 loc) · 2.1 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
123
124
* {
box-sizing: border-box;
}
body {
margin: 0px;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
header h1 {
text-align: center;
font-size: 40px;
font-family: 'Fugaz One';
color: white;
}
header {
padding: 30px;
background-color: rgb(49, 238, 181);
}
nav {
background-color: rgb(10, 10, 10);
overflow: hidden;
}
nav a {
text-decoration:wavy;
padding: 15px;
text-align: center;
float: left;
color: white;
}
main {
background-color: white;
text-align: center;
}
h2 {
background-color: rgb(157, 182, 236);
padding: 10px;
}
section:nth-child(even) {
background-color: rgb(241, 241, 241);
}
.project_des{
font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
background-color: rgb(217, 248, 248);
text-align: center;
display:block;
}
div.Project{
/* To correctly align image, regardless of content height: */
vertical-align: top;
display: inline-block;
/* To horizontally center images and caption */
text-align: center;
/* The width of the container also implies margin around the images. */
width: 500px;
}
img {
width: 500px;
height: 400px;
background-color: black;
}
section {
min-height: 90vh;
}
video {
padding: 50px;
border-width: 15px solid #070303;
}
.content{
padding: 5px;
border-style:dashed;
border: 3px dashed #7af07a;
text-align: left;
margin: 20px;
}
iframe {
height: 75vh;
}
.Codechef{
color:rgb(121, 65, 65);
}
.Quora{
color:#b92b27;
}
.Youtube{
color: #FF0000;
}
.linkedIn{
color:#0e76a8;
}
.intro{
font-family:MonteCarlo;
}
img {
padding: 10px;
}
section h5 {
font-size:larger;
margin: 40px;
}
footer {
background-color: #333;
overflow: hidden;
}
footer a {
text-decoration: none;
padding: 20px;
text-align: center;
float: left;
color: white;
}