Β© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Nikita Agrawal
Designer turned Front End Developer
So, a few days back I thought of furnishing my HTML and CSS by replicating Google Homepage. First, I thought it will be easy because there are not many elements to put. But when I started replicating it, I came to know that it was not that easy to wo...
FrankDuc
Hello, Nikita,
I am trying to add the Canada above ABOUT like we can see on the google page of these days. Where they add the country name.
I tried to include google script into your code :
<div class="uU7dJb">Canada</div>
.uU7dJb { font-family: arial,sans-serif; padding: 15px 30px; border-bottom: 1px solid #3c4043; font-size: 15px; color: #9aa0a6; }
But i still cant find the solution. Any suggestion? It seems the .uU7dJb must be included somewhere in footer-bar.
Thank you
Yes, it will be in the footer, if you want to align it with other footers, you can include it in the .footer-bar class and design accordingly.
or you can make it above the footer-bar class
Saurabh Mhatre
Frontend Developer
This would be an interesting tutorial for beginners in web development.
Thank you so much. π
Anasooya Dutta
Hey Nikita, this post is really useful. You have written it so well. Will try to implement it. π
Hey, I'm glad that you find it useful. Thank you so much. Surely implement it and in case of any doubts, ask me. π
FrankDuc
Hello, Nikita,
I am trying to add the Canada above ABOUT like we can see on the google page of these days. Where they add the country name.
I tried to include google script into your code :
<div class="uU7dJb">Canada</div>
.uU7dJb { font-family: arial,sans-serif; padding: 15px 30px; border-bottom: 1px solid #3c4043; font-size: 15px; color: #9aa0a6; }
But i still cant find the solution. Any suggestion? It seems the .uU7dJb must be included somewhere in footer-bar.
Thank you