-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprojectjs.css
More file actions
103 lines (90 loc) · 2.12 KB
/
projectjs.css
File metadata and controls
103 lines (90 loc) · 2.12 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
#t{
margin-top: 20vh;
margin-left: 20%;
margin-bottom: 13%;
}
#loggin{
width: 15vw;
margin-bottom: 90vh;
}
#loggin:hover{
opacity: 0.6;
}
img:hover{
opacity: 0.6;
}
@import url('https://fonts.googleapis.com/css?family=Abel|Aguafina+Script|Artifika|Athiti|Condiment|Dosis|Droid+Serif|Farsan|Gurajada|Josefin+Sans|Lato|Lora|Merriweather|Noto+Serif|Open+Sans+Condensed:300|Playfair+Display|Rasa|Sahitya|Share+Tech|Text+Me+One|Titillium+Web');
body {
background: url('reka.jpg');
background-attachment: fixed;
background-size:cover;
margin: 0;
}
#container{
background-image: linear-gradient(to top, rgba(205, 156, 242, 0.40) 0%, rgba(246, 255, 255, 0.71) 100%);
box-shadow: 0 15px 30px 1px rgba(128, 128, 128, 0.31);
text-align: center;
border-radius: 5px;
margin: 3em auto;
background: rgba(255, 255, 255, 0.95);
height: 400px;
width: 480px;
padding: 1em;
position: fixed;
bottom: 0;
right: 0;
left: 0;
top: 0;
display:none;
margin-top: 14%;
}
#container h2
{
-webkit-text-fill-color: transparent;
font-family: 'Playfair Display', serif;
background-repeat: no-repeat;
background-attachment: fixed;
background-size:cover;
letter-spacing: 2px;
font-size: 3.5em;
margin: 0;
}
#container p
{
font-family: 'Farsan', cursive;
margin: 3px 0 1.5em 0;
font-size: 1.3em;
color: #7d7d7d;
}
#container input
{
width: 210px;
display: inline-block;
text-align: center;
border-radius: 7px;
background: #eee;
padding: 1em 2em;
outline: none;
border: none;
color: #222;
transition: 0.3s linear;
}
::placeholder{color: #999;}
#container input:focus {background: rgba(0, 0, 333, 0.10);}
#container button {
background-image: linear-gradient(to left, rgba(255, 146, 202, 0.75) 0%, rgba(145, 149, 251, 0.86) 100%);
box-shadow: 0 9px 25px -5px #df91fb;
font-family: 'Abel', sans-serif;
padding: 0.5em 1.9em;
margin: 2.3em 0 0 0;
border-radius: 7px;
font-size: 1.4em;
cursor: pointer;
color: #FFFFFF;
font-size: 1em;
outline: none;
border: none;
transition: 0.3s linear;
}
#container button:hover{transform: translatey(2px);}
#container button:active{transform: translatey(5px);}