-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paths1.css
85 lines (72 loc) · 1.35 KB
/
s1.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
html{
scroll-behavior: smooth;
}
.navbarstyling{
font-family: 'Open Sans Condensed', sans-serif;
font-size: x-large;
}
.imgsize{
max-height: 100%;
max-width: 100%;
}
.imgsize1{
max-width: 95%;
max-height: 95%;
}
.black{
color: #3376C4;
}
.introstyling
{
font-family: 'Rochester', cursive;
font-size: 90px;
color: #937BD7;
}
.subtext{
font-family: 'Nanum Myeongjo', serif;
letter-spacing: 2px;
color:#7C91BC;
}
.aboutmestyling{
text-align: justify;
}
.centeralign{
text-align: center;
}
td{
color: #3376C4;
}
.headingstyling{
font-family: 'Parisienne', cursive;
font-size: xx-large;
color:#004BB6;
}
.contentstyling{
font-family: 'Poiret One', cursive;
color: #3376C4;
}
.label {
color: white;
padding: 8px;
}
.footerstyling{
font-family: 'Parisienne', cursive;
font-size: xx-large;
color: #004BB6;
}
.success {background-color: #4CAF50;} /* Green */
.info {background-color: #2196F3;} /* Blue */
.warning {background-color: #ff9800;} /* Orange */
.danger {background-color: #f44336;} /* Red */
/*for cell/mobile phones*/
@media only screen and (min-width: 360px) and (max-width: 812px) {
.introstyling{
font-size: 30px;
}
}
/*ipad and ipad pro*/
@media only screen and (min-width: 768px) and (max-width: 1023px) {
.introstyling{
font-size: 60px;
}
}