11 lines
132 B
CSS
11 lines
132 B
CSS
.form-control{
|
|
width: 50px; important!
|
|
}
|
|
a:link {
|
|
color: yellow; important!
|
|
}
|
|
.cwiczenie-nazwa{
|
|
font-size: 2em;
|
|
|
|
}
|