File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
projects/amine-pics-generator Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1- body {
1+ body {
22 margin : 0 ;
33 background : linear-gradient (to right, lightblue, yellow);
44 display : flex;
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 );
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;
5151 font-weight : 600 ;
5252}
5353
54- .anime-container {
54+ .anime-container {
5555 display : none;
56- }
56+ }
You can’t perform that action at this time.
0 commit comments