css - Need to develop look & feel of an ASP.NET site another website -


I am trying to create masterpages and essential styles in my ASP.NET site.
I'm trying to replicate colors, styles from below website

www.power-tek.com

  1. I'm trying to find the color code in the background color (one is brown - black)?
  2. I am also trying to detect the area that has a search button and a menu area too.

    I opened the page in Chrome and went into developer settings. I tried to focus on the particular area which I am seeing, but still I am not able to find it.

    Can someone suggest,

    thanks.

    This background is an image, click on the Chrome browser, click f12 then click on element then on body element Click, you can see the styles on the lower right corner of the screen. You will attain the qualities of all styles For the button style, you can right click on the button, then observe the element. It will show all the styles applied to the buttons on the right-hand side of the screen.

    Enter image description here

    BG is an image image See the image to see the details Enter image details here

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -