lab5 finished

This commit is contained in:
2025-11-28 12:01:09 +10:00
parent 0bdaa800f6
commit 36fb1653d3
8 changed files with 6808 additions and 2 deletions

1
labs/lab5/src/index.js Normal file
View File

@@ -0,0 +1 @@
import './styles/main.styl'

View File

@@ -0,0 +1,5 @@
head
title Lab 5
body
p.first-green-letter Текст Текст
p.first-green-letter Второй параграф

View File

@@ -0,0 +1,7 @@
text(size, color)
&:first-letter
font-size size
color color
.first-green-letter
text(2em,green)