Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Devops Turma 2023
Site turma 2023
Commits
57021cda
Commit
57021cda
authored
1 year ago
by
Erick Weil
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '6-herick-tela-exemplo' into 'main'
Resolve "Herick Tela exemplo" Closes
#6
See merge request
!6
parents
c2bf3c83
a57bbd32
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
37 additions
and
9 deletions
+37
-9
assets/css/estilo.css
assets/css/estilo.css
+33
-1
index.html
index.html
+4
-8
No files found.
assets/css/estilo.css
View file @
57021cda
...
...
@@ -31,6 +31,38 @@ footer {
text-align
:
center
;
padding
:
10px
0
;
}
iframe
{
margin-top
:
250px
;
}
.guilherme-krause
{
margin
:
auto
;
text-align
:
center
;
width
:
1440px
;
height
:
fit-content
;
color
:
white
;
}
.guilherme-krause
a
{
margin-top
:
50px
;
color
:
white
;
display
:
block
;
}
.guilherme-body
{
background-color
:
black
;
}
h1
{
font-family
:
Consolas
,
monaco
,
monospace
;
font-size
:
24px
;
font-style
:
normal
;
font-variant
:
normal
;
font-weight
:
700
;
line-height
:
26.4px
;
}
main
{
max-width
:
1440px
;
margin
:
auto
;
}
#minimanuel
{
display
:
inline
;
width
:
40px
;
height
:
30px
;
}
img
{
width
:
200px
;
}
\ No newline at end of file
}
This diff is collapsed.
Click to expand it.
index.html
View file @
57021cda
...
...
@@ -5,8 +5,8 @@
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<link
rel=
"shortcut icon"
href=
"leilao-manuel-gomes/menuel3.png"
type=
"image/x-icon"
>
<title>
Título Outro Denovo
</title>
<title>
Meu Portfólio
</title>
<link
rel=
"stylesheet"
href=
"styles.css"
>
<link
rel=
"stylesheet"
href=
"assets/css/styles.css"
>
</head>
<body>
<header>
...
...
@@ -18,11 +18,8 @@
aliquam culpa asperiores nostrum, esse ea temporibus officia numquam alias voluptates?
</p>
</div>
<h1>
Página Exemplo
</h1>
<title>
Thalysson
</title>
<link
rel=
"stylesheet"
href=
"assets/css/styles.css"
>
</head>
<body>
</header>
<header>
<h1>
Thalysson Emanoel
</h1>
<h1>
Olá
</h1>
...
...
@@ -84,9 +81,8 @@
</section>
<footer>
<p>
©
2024 Minha Página. Todos os direitos não reservados.
</p>
<img
id=
"minimanuel"
src=
"leilao-manuel-gomes/minimanuel.jpg"
alt=
""
>
<p>
©
2024 Meu Portfólio
</p>
<img
id=
"minimanuel"
src=
"leilao-manuel-gomes/minimanuel.jpg"
alt=
""
>
</footer>
</body>
</html>
This diff is collapsed.
Click to expand it.
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