-
Notifications
You must be signed in to change notification settings - Fork 0
/
design.css
89 lines (89 loc) · 1.6 KB
/
design.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
body{
background-image: url("image.png");
background-repeat: no-repeat;
background-size: cover;
}
#casuta
{
width: 300px;
height: 300px;
position: fixed;
bottom: 180px;
left:615px;
opacity: .9;
background-color:darkcyan;
border: 5px solid salmon;
border-radius: 5px;
}
#raspuns
{
position: fixed;
bottom:550px;
left:455px;
color:pink;
font-size: 50px;
width:658px;
height:60px;
background-color:purple;
opacity: 0.8;
margin:5px;
padding:5px;
border-radius: 10px;
text-align: center;
}
#ghicire
{
position: absolute;
bottom: 140px;
left:17%;
width: 200px;
height:50px;
border-radius: 10px;
background-color: pink;
font-size: 25px;
color:purple;
border:5px solid;
text-align: center;
}
#button
{
position: absolute;
left:35%;
bottom:70px;
height: 40px;
font-size:20px;
background-color: coral;
color:blue;
border-radius: 7px;
text-align: center;
}
#textfinal
{
width: 300px;
height: 190px;
position: fixed;
bottom: 180px;
left:615px;
opacity: .9;
background-color: blue;
border: 5px solid salmon;
border-radius: 5px;
color:chartreuse;
font-size: 50px;
text-align:center;
padding-top:110px;
}
#incercari
{
position: fixed;
top:0px;
right: 0px;
width: 300px;
height: 70px;
background-color: blue;
opacity: 0.5;
font-size: 40px;
padding-top: 30px;
color:white;
text-align: center;
}