Skip to content
  • Unlock Pro
  • Log in with GitHub
Profile
OverviewSolutions
28
Comments
51
Андрій Рогов
@Andrii-Rohov

All comments

  • Renato Novaes•180
    @renatoalmeida49
    Submitted almost 4 years ago

    Some difficults to make this one

    1
    Андрій Рогов•1,155
    @Andrii-Rohov
    Posted almost 4 years ago

    Hi, for the menu problem, i believe it should not be 100% of screen, try to set it (ul {height: 650px}). and for the button problem try and add to class .menu.active { position: absolute;} it will fix youre problems. And about how filter effect, it's complicated)) filter is not best solution, try to solve this problem with pseudo elements or some wrappers, you can check out my solution to see what i mean. But overall great job))👍

    Marked as helpful
  • Avedi•20
    @AvediMusungu
    Submitted almost 4 years ago

    1st Project - Order Summary Card (Built with Atom)

    3
    Андрій Рогов•1,155
    @Andrii-Rohov
    Posted almost 4 years ago

    Hey, try to delete these props {position: absolute; top: 50px; left: 500px;} from .landing-page and add those instead {margin-top: 100px; margin: auto; min-width: 400px; max-width: 600px;} for start. And try add to body { background-size: cover; or maybe contain;} see how it will affect it

    Marked as helpful
  • Elisa•50
    @elisa-charrier
    Submitted almost 4 years ago

    Huddle landing page using HTML and SASS

    1
    Андрій Рогов•1,155
    @Andrii-Rohov
    Posted almost 4 years ago

    Hi, its a great work for first challenge )) i found only one small improvement, try to set body {height: 100vh}; this way page would stretch to full heigth

    Marked as helpful
  • victoriaodemakin•125
    @victoriaodemakin
    Submitted almost 4 years ago

    Mobile first site using css Grid

    2
    Андрій Рогов•1,155
    @Andrii-Rohov
    Posted almost 4 years ago

    hi, add this css rule overlay::after { content: ""; inset: 0; background-color: purple; opacity: 0.5; } its called pseudo elements...look it up))

    Marked as helpful
  • Bianca•145
    @Blanket25
    Submitted almost 4 years ago

    Mobile-first solution using CSS Flexbox

    1
    Андрій Рогов•1,155
    @Andrii-Rohov
    Posted almost 4 years ago

    Hello, great solution. Try to add to your div id of some sort and then add this css rule ( #(some id here) { possition: relative; } #(some id here)::after { content: ""; position: absolute; bottom: -20px; right: 0; border: 20px solid white; border-bottom-color: white; border-left-color: white; border-left-color: transparent; border-bottom-color: transparent; })

  • Kofi Nartey•650
    @kofinartey
    Submitted about 4 years ago

    Testimonial Slider using HTML, CSS and JAVASCRIPT

    1
    Андрій Рогов•1,155
    @Andrii-Rohov
    Posted almost 4 years ago

    hi, nice job.., one thing is to add z-index: 1; to .quote block so the text hovers on top of image, and you could also add some animations

  • shubham•105
    @Proximamusic
    Submitted almost 4 years ago

    FAQ-Accordion-Responsive

    1
    Андрій Рогов•1,155
    @Andrii-Rohov
    Posted almost 4 years ago

    Hi, this is a overall super dope solution. Great stuff!

  • Mayura Rane•20
    @MayuraRane
    Submitted about 4 years ago

    3 Column preview card component using Flexbox

    2
    Андрій Рогов•1,155
    @Andrii-Rohov
    Posted about 4 years ago

    Hi there, its a great solution. one improvement, maybe try to set max-width to your container div

    Marked as helpful
  • Sodja Nathan O.•205
    @NateOs
    Submitted about 4 years ago

    BEM, BOOTSTRAP 4.3

    1
    Андрій Рогов•1,155
    @Andrii-Rohov
    Posted about 4 years ago

    Hi there, its good solution, but yeah try to rewrite it, you have too mani divs and wrrapers you only need like three. https://andrii-rohov.github.io/Frontend-Mentor-Challenges-1-/ there is my solution, its not perfect but you can expect it in browser by clicking f12 and try to redo your by using less divs

    Marked as helpful
  • Brian Carlo Birondo•320
    @Briancarlo24
    Submitted about 4 years ago

    Responsive-Page-using-Flexbox

    2
    Андрій Рогов•1,155
    @Andrii-Rohov
    Posted about 4 years ago

    Hi, can't help you with your problem, but i noticed something you should use css rule ( input:focus { outline: none; } ) to remove blue border

  • Allamprabhu•120
    @Allamprabhu2003
    Submitted about 4 years ago

    Responsive base apparel coming soon master page with sass

    2
    Андрій Рогов•1,155
    @Andrii-Rohov
    Posted about 4 years ago

    Hi, when email input empty, error message doesn't work

  • Heritier Akilimali•310
    @heritio
    Submitted about 4 years ago

    Profile Card design without svg

    1
    Андрій Рогов•1,155
    @Andrii-Rohov
    Posted about 4 years ago

    Hi there, in my solution i just place img tag and add src attribute, which points to my svg file

    Marked as helpful
  • Brenda Michelle•80
    @BrendaMichellle
    Submitted about 4 years ago

    Responsive 3 Card Preview Component [HTML5 & SASS/SCSS]

    2
    Андрій Рогов•1,155
    @Andrii-Rohov
    Posted about 4 years ago

    Great work, only thing you could add, is cursor: pointer; to all buttons

  • SathishVM•280
    @SathishVM
    Submitted about 4 years ago

    (3-column-preview-card ) Desktop first site, HTML & SCSS used

    1
    Андрій Рогов•1,155
    @Andrii-Rohov
    Posted about 4 years ago

    Good stuff, only problem is the hover states for buttons

  • George Al Ismail•200
    @maotao11
    Submitted about 4 years ago

    Mobile First design, Vanilla CSS & HTML5

    2
    Андрій Рогов•1,155
    @Andrii-Rohov
    Posted about 4 years ago

    Hey it good solution, you might check grid-template-areas, it's much easier way to build https://www.w3schools.com/cssref/pr_grid-template-areas.asp

  • Anderson Vallejo•320
    @Vallejoanderson
    Submitted about 4 years ago

    My first JS challenge

    3
    Андрій Рогов•1,155
    @Andrii-Rohov
    Posted about 4 years ago

    Hi, the position: fixed in body is preventing scrolling in mobile version

    Marked as helpful
  • Sandy•210
    @sandy930
    Submitted about 4 years ago

    Grid layout

    2
    Андрій Рогов•1,155
    @Andrii-Rohov
    Posted about 4 years ago

    Hi, mobile version is super easy. Just change display:grid to display: flex and flex-direction: column; and its done

    Marked as helpful
  • Steven Parker•10
    @stevenandrewparker
    Submitted about 4 years ago

    First submission, needs work

    4
    Андрій Рогов•1,155
    @Andrii-Rohov
    Posted about 4 years ago

    Hi there, you should try change hdref of link from /styles/style.css to ./style.css and it will aply css

    Marked as helpful
Frontend Mentor logo

Stay up to datewith new challenges, featured solutions, selected articles, and our latest news

Frontend Mentor

  • Unlock Pro
  • Contact us
  • FAQs
  • Become a partner

Explore

  • Learning paths
  • Challenges
  • Solutions
  • Articles

Community

  • Discord
  • Guidelines

For companies

  • Hire developers
  • Train developers
© Frontend Mentor 2019 - 2025
  • Terms
  • Cookie Policy
  • Privacy Policy
  • License

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub