Skip to content
  • Unlock Pro
  • Log in with GitHub
Profile
OverviewSolutions
16
Comments
156

Sivaprasath

@sivaprasath20042,500 points

Aspiring full stack Developer 🚀 | self-taught learner, dedicated to crafting impressive websites.

I’m currently learning...

🏷️HTML , 🎨 CSS , 🛠️ JAVASCRIPT ,💎 React, ⚡ Node, 🧩 Express

Latest solutions

  • Responsive interactive-rating-component


    Sivaprasath•2,500
    Submitted about 1 year ago

    0 comments
  • Responsive single-price-grid-component


    Sivaprasath•2,500
    Submitted about 1 year ago

    0 comments
  • Responsive interactive-pricing-component


    Sivaprasath•2,500
    Submitted about 1 year ago

    0 comments
  • Responsive Time Tracking Dashboard

    #react

    Sivaprasath•2,500
    Submitted about 1 year ago

    0 comments
  • Resposive nft-preview-card-component


    Sivaprasath•2,500
    Submitted about 1 year ago

    0 comments
  • Responsive Profile Card Component


    Sivaprasath•2,500
    Submitted about 1 year ago

    0 comments
View more solutions

Latest comments

  • Andy Nguyen•40
    @andguyen1
    Submitted about 1 year ago
    What are you most proud of, and what would you do differently next time?

    I am proud of the structuring, it's similar to the last one so not much needed to be done. Nonetheless, I got more practice of using this kind of structuring and playing around with the positioning.

    What challenges did you encounter, and how did you overcome them?

    I had some issues with mobile implementation. I still have them, but I fixed my sizing issues using width: 100% and height: auto;. This had fixed the problem I faced for a while.

    What specific areas of your project would you like help with?

    I'd like help with how I can better structure this and/or where or how I should best be editing my sizing and etc.

    Blog Card Preview

    2
    Sivaprasath•2,500
    @sivaprasath2004
    Posted about 1 year ago

    Hello i`m wishing for your completion in this project.

    • I will be see in your code
    • In the .attribution tag will be inside of the footer tag because this is end of the content so I will suggest to change the HTML following format<footer><div class="attribution"></div></footer>
    • In CSS You will use
    .blog-picture {
        margin: 7px;
    }
    
    • I will recomand for Using rem or em values for padding and margin provides a scalable and flexible approach, especially when considering accessibility and responsive design.
    • change to
    .blog-picture {
        margin: 0.7rem;
    }
    
  • P
    Glenda Joyce Reed•1,410
    @Glenda9031
    Submitted about 1 year ago
    What are you most proud of, and what would you do differently next time?

    I'm learning json and this challenge gave me some needed experience

    What challenges did you encounter, and how did you overcome them?

    My challenges are JavaScript and jSON

    What specific areas of your project would you like help with?

    JavaScript and JSON

    Time_Tracking_Dashboard_3

    2
    Sivaprasath•2,500
    @sivaprasath2004
    Posted about 1 year ago

    Hello, I would like to extend my congratulations on completing this challenge.

    • I will give suggestion i hope this is use your solution.
    • You will use in the navigation button tag that was very poor UI please change the background and the border It make more nice UI design.
    .activity-tracker__option {
        width: max-content;
        font=size: var(--font-size-time-window);
        color: var(--blue-200);
        transition: color 250ms;
        cursor: pointer;
    }
    
    • Use the following code in your CSS.
    .activity-tracker__option {
        width: max-content;
        font=size: var(--font-size-time-window);
        color: var(--blue-200);
        transition: color 250ms;
        cursor: pointer;
        color: #fff;
        background-color: transparent;
        border: none;
    }
    
    Marked as helpful
  • adfrontenddev•70
    @adfrontenddev
    Submitted about 1 year ago
    What are you most proud of, and what would you do differently next time?

    I am happy to have completed another challenge. As I progress I would add more interactivity to the buttons.

    What challenges did you encounter, and how did you overcome them?

    Styling the buttons properly.

    What specific areas of your project would you like help with?

    Sliming down the code

    Social Links Profile Challenge

    3
    Sivaprasath•2,500
    @sivaprasath2004
    Posted about 1 year ago

    Hello, I would like to extend my congratulations on completing this challenge.

    • I will give suggestion i hope this is use your solution.
    • You will use height:100vh this is not proper in mobile site.
    body{
       height: 100vh;
    }
    
    • If i will recommand for min-height:100vh; this is for proper use in mobile site small size screen also can be proper work change the code to.
    body{
       min-height: 100vh;
    }
    
    Marked as helpful
  • alex•50
    @alexabalo
    Submitted about 1 year ago
    What are you most proud of, and what would you do differently next time?

    .

    What challenges did you encounter, and how did you overcome them?

    .

    What specific areas of your project would you like help with?

    .

    responsive design with html and cssflexbox

    2
    Sivaprasath•2,500
    @sivaprasath2004
    Posted about 1 year ago

    Hello i`m wishing for your completion in this project.

    • I will be see in your code
    • HTML to include a challenge and the author's name. Here's how you could do it:
    <footer>
      <p>Challenge by [Your Name]</p>
      <p>Author: [Author's Name]</p>
    </footer>
    
    • Feel free to replace [Your Name] and [Author's Name] with the appropriate names.
    • In CSS You will use
    .container{
        margin: 20px auto;
    }
    
    • I will recomand for Using rem or em values for padding and margin provides a scalable and flexible approach, especially when considering accessibility and responsive design.
    • change to
    .container{
        margin: 2rem auto;
    }
    
  • olicoder13•310
    @olicoder13
    Submitted about 1 year ago
    What are you most proud of, and what would you do differently next time?

    well these chanllenges are very interesting and they are helping me improve my web layout skills so I'm proud to making these chanllenges.

    What challenges did you encounter, and how did you overcome them?

    I didn't know how to start this challenge but investigating in internet I overcome all difficulties

    What specific areas of your project would you like help with?

    I would like reciveing comments to improve my code or anything

    Results-Summary-Component-Main

    2
    Sivaprasath•2,500
    @sivaprasath2004
    Posted about 1 year ago

    Hello i`ll wishing for your completion project solution.

    • I will give some suggestion i believe its used for improve your skill.
    • In CSS You will use
    .contenedor_primera{
             padding: 30px 60px;
             margin-bottom: 30px;
    }
    .slider{
            padding: 20px 15px;
    }
    
    • I will recomand for Using rem or em values for padding and margin provides a scalable and flexible approach, especially when considering accessibility and responsive design.
    • change to
    .contenedor_primera{
             padding: 3rem 6rem;
             margin-bottom: 3rem;
    }
    .slider{
            padding: 2rem 1.5rem;
    }
    
    Marked as helpful
  • Gift Amachree•870
    @jen67
    Submitted over 1 year ago

    Responsive recipe page built with html and css

    4
    Sivaprasath•2,500
    @sivaprasath2004
    Posted about 1 year ago

    Hello i`ll wishing for your completion project solution.

    • Nice solution. It`s proper HTML structure format .

    • If I want to recommend the <article> Ex: <div class="Instructions"></div> to use the <article></article>

    • The <article> tag in HTML, introduced with HTML5, serves a vital role in structuring web content. It delineates a self-contained and cohesive piece of content within a webpage, such as blog posts, news articles, forum posts, or even comments. Its purpose is to encapsulate content that could be distributed or reused independently.

    • By employing <article>, developers can semantically differentiate the primary content from peripheral elements on the page, aiding both search engines and assistive technologies in comprehending the significance of the encapsulated content. Typically, an <article> element includes a heading, usually marked up with <h1> to <h6>, providing a clear title or headline for the contained content.

    • This tag's usage aligns with the broader efforts in HTML5 towards improving the semantic structure of web documents, fostering accessibility, search engine optimization (SEO), and overall maintainability of websites.

View more comments
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

Mentor of the Week - 3rd Place

This badge is awarded to the 3rd placed community member on the weekly Wall of Fame.

Fun fact

The Hansen Writing Ball shown in the badge was the first commercially produced typewriter. It was put into production in 1870 with its unique ergonomic design. It was overtaken in the market in 1873 by the Sholes and Glidden typewriter which was the first keyboard to utilise the QWERTY layout we now use today.

Mentor of the Week - 2nd Place

This badge is awarded to the 2nd placed community member on the weekly Wall of Fame.

Fun fact

Keypunches were used in early computing to punch precise holes in stiff paper card. The punched cards were then used for data input, output, and storage. No code linters or auto-complete suggestions to help out back then! 😅

Mentor of the Month - 3rd Place

This badge is awarded to the 3rd placed community member on the monthly Wall of Fame.

Fun fact

An abacus is an ancient calculating tool. These days we would typically use a calculator or computer but the abacus is where it all started!

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