-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
61 lines (49 loc) · 1.48 KB
/
style.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
/*BACKGROUND-COLOR*/
/*body{
background-color: aquamarine;
}*/
/*BACKGROUND LINEAR GRADIENT*/
/*body{
background:linear-gradient(rgb(2, 17, 176),rgb(214, 119, 119),rgb(138, 138, 245));
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
}
h1{
border-bottom-style: double;
border-color: rgb(21, 21, 21);
border-bottom-width: 3px;
background:linear-gradient(rgb(244, 216, 244),rgb(47, 6, 149)) ;
padding:13px;
text-align: center;
}
*/
/*BACKGROUND IMAGE*/
html{
background-image: url(3207_R1NUIEpPUyAxMTgtMDU.jpg);
background-repeat: no-repeat;
background-position: center;/*image move cheskodaniki*/
background-size: cover;/*page antha single img ravadaniki*/
background-attachment: fixed;/*bg-image move or fixed cheskovachu like text okkati scroll avvela*/
}
h1{
color: aliceblue;
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
background:linear-gradient(rgb(67, 115, 123),rgb(32, 90, 36),rgb(29, 29, 100));
width: fit-content;
text-align: center;
}
p{
color: rgb(1, 1, 1);
font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
font-weight: 510;
font-stretch: expanded;
width: fit-content;
text-align: center;
}
img{
border-style: solid;
padding: 10px;
border-width: 4px;
border-color: rgb(59, 67, 67);
}