diff --git a/praticando/index.html b/praticando/index.html index 332797f..2532bfd 100644 --- a/praticando/index.html +++ b/praticando/index.html @@ -1,38 +1,9 @@ + - -

PRATICANDO VIM

RUNNING TABLE

@@ -68,19 +39,25 @@ table {
-
- - -
+
+
+ + +
-
- - -
+
+ + +
+ +
+ + +
-
- - +
+ +
diff --git a/praticando/style.css b/praticando/style.css new file mode 100644 index 0000000..88ed6a6 --- /dev/null +++ b/praticando/style.css @@ -0,0 +1,35 @@ +* { + margin: 0; + padding: 0; + box-sizing: border-box; +} + +body { + background-color: lightgray; + text-align: center; + margin: 25px; + display: flex; + flex-direction: column; + gap: 10px; +} + +h1 { + font-size: 45px; +} + +p { + margin-top: 50px; + font-size: 20px; +} + +table { + background-color: lightblue; +} + +.data-running { + display: flex; + align-items: center; + justify-content: center; + gap: 15px; + margin-top: 15px; +}