D
D
dazzy82021-07-14 17:51:34
css
dazzy8, 2021-07-14 17:51:34

How to make a picture in the center like in a layout?

https://dropmefiles.com/Q3bUV - layout
https://krylov01.github.io/
https://github.com/krylov01/krylov01.github.io
I decided to center via positioning(position absolute and position relative on its parent ), but everything looks crooked for me. What should I do? help me please

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Makarov, 2021-07-14
@dazzy8

.first_laptop{
    text-align: center;
}
.first_laptop img{
    position: relative;
    margin: auto;
    top: 67px;
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question