12 lines
160 B
CSS
12 lines
160 B
CSS
|
/* Yasin.css */
|
||
|
.programmer-space {
|
||
|
padding: 20px;
|
||
|
margin: 10px;
|
||
|
border-radius: 8px;
|
||
|
color: #fff;
|
||
|
}
|
||
|
|
||
|
.yasin {
|
||
|
background-color: #50e3c2; /* Teal */
|
||
|
}
|