summaryrefslogtreecommitdiff
path: root/src/components/stylesheets/navbar.css
diff options
context:
space:
mode:
authorHombreLaser <sebastian-440@live.com>2023-04-21 21:25:01 -0600
committerHombreLaser <sebastian-440@live.com>2023-04-21 21:25:01 -0600
commita417af928cd42e8a6749d69ac661182b3e1249a8 (patch)
treedd1a3a52efcbc2d9a4bce1cf24bee4d8b37bfbb5 /src/components/stylesheets/navbar.css
parent3e94d2245182d3c399585e04e0f5b2de8492e0e9 (diff)
Añade organización general de la página
Diffstat (limited to 'src/components/stylesheets/navbar.css')
-rw-r--r--src/components/stylesheets/navbar.css21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/components/stylesheets/navbar.css b/src/components/stylesheets/navbar.css
new file mode 100644
index 0000000..eefb764
--- /dev/null
+++ b/src/components/stylesheets/navbar.css
@@ -0,0 +1,21 @@
+.navbar {
+ overflow: hidden;
+ position: fixed;
+ top: 0;
+ width: 100%;
+}
+
+.navbar-elements-text {
+ color: #394490;
+ font-weight: bold;
+}
+
+.avatar {
+ height: 25px;
+ width: 25px
+}
+
+.image {
+ height: 30px;
+ width: auto;
+} \ No newline at end of file