Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
CRUD_Animais_da_Fazenda
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
7
Issues
7
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Hiago Rafael
CRUD_Animais_da_Fazenda
Commits
eac81a4c
Commit
eac81a4c
authored
Apr 16, 2026
by
Edvan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
eu modifiquei
parent
325235a7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
52 additions
and
4 deletions
+52
-4
style.css
static/css/style.css
+52
-4
No files found.
static/css/style.css
View file @
eac81a4c
body
{
background-color
:
#f4f4f4
;
font-family
:
Arial
,
sans-serif
;
font-family
:
Arial
;
background
:
#f4f4f4
;
margin
:
0
;
}
h1
{
color
:
#2c3e50
;
.topo
{
background
:
#2d6a4f
;
color
:
white
;
padding
:
15px
;
text-align
:
center
;
}
nav
a
{
color
:
white
;
margin
:
10px
;
text-decoration
:
none
;
font-weight
:
bold
;
}
.container
{
width
:
80%
;
margin
:
20px
auto
;
}
table
{
width
:
100%
;
border-collapse
:
collapse
;
background
:
white
;
}
th
{
background
:
#40916c
;
color
:
white
;
}
th
,
td
{
padding
:
10px
;
text-align
:
center
;
}
tr
:nth-child
(
even
)
{
background
:
#f1f1f1
;
}
button
{
background
:
#2d6a4f
;
color
:
white
;
border
:
none
;
padding
:
10px
;
cursor
:
pointer
;
}
button
:hover
{
background
:
#1b4332
;
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment