File tree 1 file changed +8
-8
lines changed
projects/amine-pics-generator
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
- body {
1
+ body {
2
2
margin : 0 ;
3
3
background : linear-gradient (to right, lightblue, yellow);
4
4
display : flex;
8
8
font-family : 'Courier New' , Courier, monospace;
9
9
}
10
10
11
- .container {
11
+ .container {
12
12
background : aliceblue;
13
13
border-radius : 10px ;
14
14
box-shadow : 0 10px 20px rgba (0 , 0 , 0 , 0.3 );
18
18
margin : 5px ;
19
19
}
20
20
21
- .btn {
21
+ .btn {
22
22
background-color : green;
23
23
color : aliceblue;
24
24
padding : 10px 30px ;
@@ -29,19 +29,19 @@ body{
29
29
30
30
}
31
31
32
- .btn : disabled {
32
+ .btn : disabled {
33
33
background-color : gray;
34
34
cursor : not-allowed;
35
35
}
36
36
37
- .anime-img {
37
+ .anime-img {
38
38
height : 300px ;
39
39
width : 300px ;
40
40
border-radius : 50% ;
41
41
border : 3px solid green;
42
42
}
43
43
44
- .anime-name {
44
+ .anime-name {
45
45
margin : 20px ;
46
46
background-color : green;
47
47
color : aliceblue;
51
51
font-weight : 600 ;
52
52
}
53
53
54
- .anime-container {
54
+ .anime-container {
55
55
display : none;
56
- }
56
+ }
You can’t perform that action at this time.
0 commit comments