-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindianCSS.css
More file actions
executable file
·60 lines (60 loc) · 1.54 KB
/
indianCSS.css
File metadata and controls
executable file
·60 lines (60 loc) · 1.54 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
@font-face {
font-family: 'KaushanScriptRegular';
src: url('../fonts/kaushanscript/kaushanscript-regular-webfont.eot');
src: url('../fonts/kaushanscript/kaushanscript-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/kaushanscript/kaushanscript-regular-webfont.woff2') format('woff2'),
url('../fonts/kaushanscript/kaushanscript-regular-webfont.woff') format('woff'),
url('../fonts/kaushanscript/kaushanscript-regular-webfont.ttf') format('truetype'),
url('../fonts/kaushanscript/kaushanscript-regular-webfont.svg#kaushan_scriptregular') format('svg');
font-weight: normal;
font-style: normal;}
li {
display: inline;
border-left: 1px solid DimGray;
padding: 10px;}
li#border {
border-right: 1px solid DimGray;}
li>a {
text-decoration: none;}
li>a:hover{
color: Red;}
nav {
background-color: Gainsboro;
height: 50px;
text-align: center;
padding: 3px;}
h1 {
font-family: KaushanScriptRegular;
background-color: LightSkyBlue;
padding: 10px;}
h1#logo {
padding: 13px;
text-align: center;
font-size: 48px;}
h2 {
clear: left;}
figure {
background-color: Gainsboro;
width: 350px;
height: 330px;
padding: 10px;
margin: 10px 10px;
text-align: center;
float: left;}
img {
width: 300px;
height: 250px;
padding: 25px 0px;}
figcaption {
position: relative;
bottom: 15px;
background-color: LightPink;
width: 350px;
height: 20px;
padding: 8px 0px;}
div {
overflow: auto;
width: 100%;
height: 100%;
/* min-width: 1200px; */
}