Skip to content

Frontend - Move About components and Add border to detail box in About section  #129

Open
@minhngo3818

Description

@minhngo3818

In this issue, there are two tasks that need to be fulfilled

Task 1: Move about and contact-us folders to the directory ~/client/src/components/home.

Task 2: Add a border to the detail box in the About section. This task requires adding style to the CSS class about-text. The style is under the file ~/about/about.css
Use only CSS for simplicity. (A follow-up tailwind issue will be posted once this issue is merged into the main branch )

Styling detail: for about-text

  • add border: 2px
  • padding all: 4px
  • border color: #ff9617
  • add to group hover effect: when the user hovers to the area of <div class="about-grid"> image moves diagonally and a line under <h1> expand ("Who we are"). the border must appear in the same way when hover to that area.

Demo
Detail (1)

White frame:
Untitled

Metadata

Metadata

Assignees

Labels

CSSrequire using cssFrontendtask relates to frontendGood First IssueEasy tasks for first timersenhancementimprove a feature for better usage

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions