Skip to content

Commit a3bd7d8

Browse files
authored
Update style.css
1 parent 9178903 commit a3bd7d8

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

projects/amine-pics-generator/style.css

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
body{
1+
body {
22
margin: 0;
33
background: linear-gradient(to right, lightblue, yellow);
44
display: flex;
@@ -8,7 +8,7 @@ body{
88
font-family: 'Courier New', Courier, monospace;
99
}
1010

11-
.container{
11+
.container {
1212
background: aliceblue;
1313
border-radius: 10px;
1414
box-shadow: 0 10px 20px rgba(0,0,0,0.3);
@@ -18,7 +18,7 @@ body{
1818
margin: 5px;
1919
}
2020

21-
.btn{
21+
.btn {
2222
background-color: green;
2323
color: aliceblue;
2424
padding: 10px 30px;
@@ -29,19 +29,19 @@ body{
2929

3030
}
3131

32-
.btn:disabled{
32+
.btn:disabled {
3333
background-color: gray;
3434
cursor: not-allowed;
3535
}
3636

37-
.anime-img{
37+
.anime-img {
3838
height: 300px;
3939
width: 300px;
4040
border-radius: 50%;
4141
border: 3px solid green;
4242
}
4343

44-
.anime-name{
44+
.anime-name {
4545
margin: 20px;
4646
background-color: green;
4747
color: aliceblue;
@@ -51,6 +51,6 @@ body{
5151
font-weight: 600;
5252
}
5353

54-
.anime-container{
54+
.anime-container {
5555
display: none;
56-
}
56+
}

0 commit comments

Comments
 (0)