diff --git a/assets/css/main.css b/assets/css/main.css index 5e091f8..5211369 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -268,6 +268,23 @@ table a{ } } +/* Percentage bar */ +.bar { + height: 15px; + line-height: 15px; + font-size: 13px; + font-weight: bold; + width: 100%; + background-color: #d3ebff; + text-align: right; +} +.bar.seventyfive { + width: 75%; +} +.bar.fifty { + width: 50%; +} + /* Form */ form { @@ -348,7 +365,7 @@ textarea { background-color: #1f2c3d; color: #dadada; padding: 25px; - margin-top: 200px; + margin-top: 100px; width: 100%; height: 80px; text-align: right; diff --git a/bocetos/index.html b/bocetos/index.html index eb96598..f21d8e8 100644 --- a/bocetos/index.html +++ b/bocetos/index.html @@ -140,8 +140,6 @@
© Práctica 1 | Sistemas Web 2021
- -