Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
|
-
-
- .super-large
- {
- font-size: 100px;
- }
-
- .fullwidth
- {
- width: 100%;
- }
-
- div.previewrapper
- {
- position: relative;
- }
-
- div.previewrapper > img.removepreview
- {
- position: absolute;
- top: -9px;
- right: -9px;
- color: red;
- cursor: pointer;
- text-decoration: blink;
- font-weight: bold;
- font-style: normal;
- border-radius: 10px;
- }
-
- img.uploadpreview
- {
- width: 100%;
- }
|