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
3
Issues
3
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
O Bar da Lora
CRUD Animais da Fazenda
Commits
08d4d3e2
Commit
08d4d3e2
authored
Apr 16, 2026
by
Vitória Titon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Integrando o CSS
parent
3792ae4d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
95 additions
and
4 deletions
+95
-4
relatorio.md
relatorio.md
+9
-4
style.css
static/style.css
+86
-0
No files found.
relatorio.md
View file @
08d4d3e2
# Relatório de Animais
# Relatório de Animais
## Marcos
## Mimosa
-
Espécie: Pitcher
-
Espécie: Vaca
-
Idade: 17 anos
-
Idade: 2 anos
-
Peso: 67.0 kg
-
Peso: 300.0 kg
## Pintadinha
-
Espécie: Galinha
-
Idade: 4 anos
-
Peso: 1.5 kg
static/style.css
View file @
08d4d3e2
html
{
margin
:
0
;
padding
:
0
;
box-sizing
:
border-box
;
}
body
{
font-family
:
"Lexend"
,
sans-serif
;
background
:
linear-gradient
(
135deg
,
#f8fafc
,
#eef2f7
);
color
:
#1f2937
;
display
:
flex
;
flex-direction
:
column
;
align-items
:
center
;
padding-top
:
100px
;
}
h1
{
font-size
:
26px
;
font-weight
:
600
;
margin-bottom
:
35px
;
color
:
#111827
;
letter-spacing
:
-0.5px
;
}
form
{
background
:
#ffffff
;
padding
:
32px
28px
;
border-radius
:
14px
;
width
:
340px
;
box-shadow
:
0
15px
35px
rgba
(
0
,
0
,
0
,
0.08
);
border
:
1px
solid
#e5e7eb
;
line-height
:
2.2
;
transition
:
0.3s
;
}
form
:hover
{
transform
:
translateY
(
-3px
);
box-shadow
:
0
20px
45px
rgba
(
0
,
0
,
0
,
0.12
);
}
input
{
width
:
100%
;
padding
:
10px
12px
;
margin-top
:
6px
;
margin-bottom
:
14px
;
border-radius
:
8px
;
border
:
1px
solid
#d1d5db
;
font-size
:
14px
;
background
:
#f9fafb
;
transition
:
all
0.2s
ease
;
}
input
:focus
{
outline
:
none
;
border-color
:
#6b7280
;
background
:
#ffffff
;
box-shadow
:
0
0
0
3px
rgba
(
107
,
114
,
128
,
0.15
);
}
button
{
width
:
100%
;
padding
:
11px
;
border
:
none
;
border-radius
:
8px
;
background
:
#111827
;
color
:
#ffffff
;
font-size
:
14px
;
font-weight
:
500
;
cursor
:
pointer
;
transition
:
all
0.25s
ease
;
}
button
:hover
{
background
:
#1f2937
;
transform
:
translateY
(
-1px
);
box-shadow
:
0
6px
15px
rgba
(
0
,
0
,
0
,
0.15
);
}
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