-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemp.css
117 lines (97 loc) · 1.69 KB
/
temp.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
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
#myCarousel
{
margin: -20px 0px 0px 0px;
border: 2px solid black;
box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
position: relative;
}
/*#myCarousel img*/
/*{*/
/*position: relative;*/
/*}*/
.b1{
position: absolute;
top:450px;
left: 1000px;
}
#button1{
background-color: black;
top:450px;
left: 100px;
padding: 20px 50px 20px 50px;
font-family: cursive;
font-size: 30px;
}
.row img{
border: 1px solid grey;
margin: 20px;
width: 300px;
height: 300px;
}
.row img:hover{
transition: 0.3s;
transform:scale(1.2);
box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
#p2 h2{
font-family: 'Permanent Marker';
font-size:150px;
}
#p2{
margin: 150px 0px 150px 0px;
}
.parallax {
/* The image used */
background:
/* top, transparent red, faked with gradient */
linear-gradient(
rgba(0 , 0, 0, 0.45),
rgba(0 , 0, 0, 0.45)
),
/* bottom, image */
url('back1.jpg');
/* Set a specific height */
height: 700px;
/* Create the parallax scrolling effect */
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
#p3 img{
border:1px solid black;
margin: 50px 80px 50px 80px;
border-radius: 50%;
height:250px;
width:250px;
}
#p4{
margin: 100px;
}
#fill input[type=submit]
{
background-color: orange;
padding:10px;
width:40%;
font-size: 200%;
height: 100%;
}
#fill input[type=submit]:hover{
background-color: blue;
color:white;
}
footer
{
background-color: black;
color:grey;
font-family: monospace;
font-size:20px;
padding: 30px;
}
footer ul li {
list-style-type: none;
}
footer a {
color:grey;
text-decoration: none;
}