-
Notifications
You must be signed in to change notification settings - Fork 0
/
langstyle.css
99 lines (96 loc) · 1.78 KB
/
langstyle.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
*{
justify-content: center;
background-color: #b5e5f7;
}
#navbar{
display:flex ;
background-color: rgb(236, 207, 165);
justify-content: flex-end;
margin-top:0px ;
margin-bottom: 2%;
padding:15px ;
padding-left:60% ;
margin-left:0% ;
/*text-shadow: #836FFF 1px 0 10px; */
}
.nvbr{
float: right;
padding-left:15px ;
padding-right: 15px;
font-size:20px ;
font-weight: 200;
text-decoration: none;
background-color: rgb(236, 207, 165);
color: #387ADF;
font-weight: bolder;
transition: 1s ;
}
h1{
background-color: rgba(18, 103, 230, 0.5);
color: #333A73;
padding: 2%;
font-size: 3em;
font-style: italic;
text-align: center;
margin: 0%;
}
h3{
background-color:#FBA834 ;
color:#333A73 ;
font-size: 30px;
}
h4{
font-family:cursive;
font-style:normal;
font-size: larger;
}
.Step1 p,.Step3 p{
color: #387ADF;
font-size: larger;
}
.lang-img{
position: relative;
margin-top: 20px;
margin-left: 60%;
}
#langImg{
border-radius: 10px;
height:300px ;
width:450px;
}
.dropdown option{
background-color: aliceblue;
}
.dropdown{
background-color: antiquewhite;
border:5px #FBA834 solid ;
font-size: larger;
border-radius: 7px;
height:35px ;
width:200px ;
}
.test{
background-color:#FBA834 ;
border:5px antiquewhite solid ;
font-size: larger;
border-radius: 7px;
height:35px ;
width:100px ;
}
.lang-img p{
display: inline block;
position: relative;
left: 0px;
margin-right:60% ;
z-index: 1;
}
#note-section {
display: none;
padding: 10px;
border: 1px solid #ccc;
background-color: #f5f5f5;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 2;}