apple_clone | This is a clone application of archived apple website
kandi X-RAY | apple_clone Summary
kandi X-RAY | apple_clone Summary
This is a clone application of archived apple website. In this project, my aim wasn’t to produce an exact replica of the archived apple.com page, but rather to focus on how to align all elements with float and flex or grid in CSS. That means two things – laying out the basic structure of the page using semantic HTML elements and ensuring that the elements are appropriately sized and positioned. Some of the elements in the said archive are produced with Javascript but my objective in this project wasn't to give this page functionality, so nothing nothing else is clickable.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of apple_clone
apple_clone Key Features
apple_clone Examples and Code Snippets
Community Discussions
Trending Discussions on apple_clone
QUESTION
I am trying to replicate the "AC Wall Plug Adapter Recall Program" text header on this apple clone website, its the blue text located right above the footer. I have succeeded in centering the text, but I need some help in making the text link blue and when I hover my mouse over the text, it should become underlined. I know it must be the CSS :hover
selector, but I don't know how to place it within my CSS. Also, I am a amateur at coding, so I would really appreciate it if you could explain my mistakes instead of just giving me the answer, thank you.
ANSWER
Answered 2020-Nov-25 at 11:32I believe that you are trying to change the colour of the link when it's hovered over.
The CSS you are currently using isn't quite right. There is no a.ac-pro
because the class ac-pro
is set on the h2
.
Once way to resolve this is to fix the CSS so that it applies to the a
underneath h2.ac-pro
:
QUESTION
I am trying to replicate this site's column, its the horizontal column, right below the hero section (it has 4 images of a Apple watch, iPad pro, "Better together," and a Macbook). My problem is that I can't seem to have the images all at the equal length and width, in fact, the images just cluster together at the center and get cut off. I am an amateur at coding and new to stack overflow so if I'm not making anything clear, please tell me.
...ANSWER
Answered 2020-Nov-24 at 14:49There are a few things to cover here:
- If you set the
background-image
property in CSS, you no longer need thetag. Actually, this is the reason why your images are clustered together. You may remove all the
tags.
- In your CSS
.col-3
thebackground-image
property has a comma in the URL instead of a dot. - The CSS
.sub-hero
needs to havefont-size: 0;
set in order to eliminate whitespace betweeninline-block
elements (this is one way of handling this issue: Fighting the Space Between Inline Block Elements).
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install apple_clone
First setup a github repository for the project.
Then create a .html file where all our HTML markup will go
Create a .css file where all our styling code will reside
Then open the archived web page at https://web.archive.org/web/20140301004610/http://www.apple.com/, inspect its features with browser's developer tools and start creating :shipit:
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page