This website works better with JavaScript.
Home
Explore
Help
Sign In
Tobal
/
SpringBoot-Foro
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Cambio html
master
Cristobal Bernal Mayordomo
2 years ago
parent
fdf286909e
commit
0815053792
1 changed files
with
46 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+46
-0
src/main/resources/static/css/Estilos.css
+ 46
- 0
src/main/resources/static/css/Estilos.css
View File
@ -0,0 +1,46 @@
*
{
padding
:
0px
;
margin
:
0px
;
}
header
{
background-color
:
blue
;
width
:
100
%
;
height
:
200px
;
}
#
navegacion
{
margin
:
auto
;
width
:
500px
;
font-family
:
Arial
,
Helvetica
,
sans-serif
;
background-color
:
yellow
;
}
ul
,
ol
{
list-style
:
none
;
}
.
nav
li
a
{
background-color
:
#
000
;
color
:
#
fff
;
text-decoration
:
none
;
padding
:
20px
30px
;
display
:
block
;
}
.
nav
li
a
:
hover
{
background-color
:
rgba
(
67
,
67
,
67
)
;
}
.
nav
>
li
{
float
:
left
;
}
.
nav
li
ul
{
display
:
none
;
position
:
absolute
;
min-width
:
140px
;
}
.
nav
li
:
hover
>
ul
{
display
:
block
;
}
.
nav
li
ul
li
{
position
:
relative
;
}
.
nav
li
ul
li
ul
{
right
:
-140px
;
top
:
0px
}
Write
Preview
Loading…
Cancel
Save