{"id":152,"date":"2026-05-15T13:58:14","date_gmt":"2026-05-15T13:58:14","guid":{"rendered":"https:\/\/theroyalscode.com\/students\/a_mehraban\/?p=152"},"modified":"2026-05-15T13:58:14","modified_gmt":"2026-05-15T13:58:14","slug":"freed-friday-assigment-5-15-26","status":"publish","type":"post","link":"https:\/\/theroyalscode.com\/students\/a_mehraban\/2026\/05\/15\/freed-friday-assigment-5-15-26\/","title":{"rendered":"Freed friday assigment 5\/15\/26"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">Ahmad Belal Mehraban <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">I made an outfit shop<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">here i will post the index.html<\/p>\n\n\n\n<!DOCTYPE html>\n<html>\n<head>\n    <title>Ahmad Webpage<\/title>\n    <link rel=\"stylesheet\" href=\"style.css\">\n    <a href=\"cloth price.html\">Go to cloth price Page<\/a>\n\n<\/head>\n\n<body>\n    <div class=\"welcome\">\n        <h1>Welcome to My Webpage<\/h1>\n        <p>My name is <b>AhMaD<\/b><\/p>\n    <\/div>\n\n    <div class=\"img\">\n        <a href=\"https:\/\/www.hiveandcolony.com\/?msclkid=fa55bf166be31d1e4896d51175834e7a\">If you want more information<\/a>\n    <\/div>\n    \n    <img decoding=\"async\" src=\"images\\mens-apparel-fashion-stores-interior-design-1-1334x834.jpg\" alt=\"\">\n\n    <footer>\n        <p>Contact: AhMaD@gmail.com<\/b><\/p>\n    <\/footer>\n<\/body>\n<\/html>\n\n\n\n\n<p class=\"wp-block-paragraph\">here is cloth price.html<\/p>\n\n\n\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>shop<\/title>\n    <a href=\"index.html\">Go back<\/a>\n    <link rel=\"stylesheet\" href=\"style.css\">\n\n \n<header>\n    <h1>shop<\/h1>\n<\/header>\n\n<div class=\"shop-container\">\n\n    <div class=\"shop-card\">\n        <img decoding=\"async\" src=\"https:\/\/i.etsystatic.com\/41423119\/r\/il\/0d2f93\/5312753487\/il_1080xN.5312753487_aor9.jpg\" alt=>\n        <h2>fear of god essentials hoodie<\/h2>\n        <p class=\"price\">$110.00<\/p>\n        <p>New <\/p>\n        <button>Contact Seller<\/button>\n    <\/div>\n\n    <div class=\"shop-card\">\n        <img decoding=\"async\" src=\"https:\/\/i.ebayimg.com\/images\/g\/QDYAAeSw-Xto55jC\/s-l1600.webp\" alt=>\n        <h2>Nike Tech Men&#8217;s Full-Zip Windrunner Hoodie<\/h2>\n        <p class=\"price\">$190.10<\/p>\n        <p>color black\/gray<\/p>\n        <button>Contact Seller<\/button>\n    <\/div>\n\n    <div class=\"shop-card\">\n        <img decoding=\"async\" src=\"https:\/\/encrypted-tbn0.gstatic.com\/shopping?q=tbn:ANd9GcR58E09mEREzqEyViRC15ef3dUQW1Rj2U642vlYETkuG9JMli41ut2MID8ABSF-mXBzNvX1NhrslFmGCYezGb5Jsd0w1vEXeOBt-f_E9RsoDK4z2nDd7o207g\" alt=\"Car 3\">\n        <h2>Air Jordan 5 Retro Wolf<\/h2>\n        <p class=\"price\">$320.00<\/p>\n        <p>color Grey<\/p>\n        <button>Contact Seller<\/button>\n    <\/div>\n\n<\/div>\n\n<\/body>\n<\/html>\n\n\n\n\n<p class=\"wp-block-paragraph\">here you see how i style it<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>body {\n    background: linear-gradient(to bottom right, #ffb6c1, #e60202);\n    font-family: \"Poppins\", sans-serif;\n    margin: 0;\n    padding: 40px;\n    text-align: center;\n}\n\n\nh1 {\n    color: #583c54;\n    font-size: 45px;\n    margin-bottom: 10px;\n    text-shadow: 2px 2px 4px rgba(0,0,0,0.1);\n}\n\n\np {\n    font-size: 25px;\n    color: #8b2424;\n}\n\n\na {\n    font-size: 22px;\n    color: #ffffff;\n    text-decoration: 3px;\n    font-weight: bold;\n}\n\na:hover {\n    text-decoration: underline;\n}\n\n\nimg {\n    margin-top: 20px;\n    width: 300px;\n    border-radius: 15px;\n    box-shadow: 0 4px 10px rgba(0,0,0,0.2);\n}\n\n\nfooter {\n    position: fixed;\n    bottom: 1%;\n    left: 0;\n    height: 10%;\n    width: 100%;\n    background: #8b01747e;\n    color: rgb(185, 185, 185);\n    padding: 1%;          \n}\n\n    body {\n        font-family: Arial, sans-serif;\n        margin: 0;\n        padding: 0;\n        background: #323b4e;\n    }\n\n    header {\n        background: #222;\n        color: white;\n        padding: 20px;\n        text-align: center;\n    }\n\n    .shop-container {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n        gap: 20px;\n        padding: 20px;\n    }\n\n    .shop-card {\n        background: white;\n        padding: 15px;\n        border-radius: 10px;\n        box-shadow: 0 2px 6px rgba(0,0,0,0.2);\n    }\n\n    .shop-card img {\n        width: 100%;\n        border-radius: 10px;\n    }\n\n    .price {\n        font-size: 20px;\n        font-weight: bold;\n        color: #d32f2f;\n    }\n\n    button {\n        width: 100%;\n        padding: 10px;\n        background: #0475f7;\n        color: white;\n        border: none;\n        border-radius: 8px;\n        cursor: pointer;\n        margin-top: 10px;\n    }\n\n        button:hover {\n        background: #005fcc;\n    }\n\n<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">here how its look like <\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"933\" height=\"907\" src=\"https:\/\/theroyalscode.com\/students\/a_mehraban\/wp-content\/uploads\/2026\/05\/image-4.png\" alt=\"\" class=\"wp-image-153\" srcset=\"https:\/\/theroyalscode.com\/students\/a_mehraban\/wp-content\/uploads\/2026\/05\/image-4.png 933w, https:\/\/theroyalscode.com\/students\/a_mehraban\/wp-content\/uploads\/2026\/05\/image-4-300x292.png 300w, https:\/\/theroyalscode.com\/students\/a_mehraban\/wp-content\/uploads\/2026\/05\/image-4-768x747.png 768w\" sizes=\"auto, (max-width: 933px) 100vw, 933px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"940\" height=\"844\" src=\"https:\/\/theroyalscode.com\/students\/a_mehraban\/wp-content\/uploads\/2026\/05\/image-5.png\" alt=\"\" class=\"wp-image-154\" srcset=\"https:\/\/theroyalscode.com\/students\/a_mehraban\/wp-content\/uploads\/2026\/05\/image-5.png 940w, https:\/\/theroyalscode.com\/students\/a_mehraban\/wp-content\/uploads\/2026\/05\/image-5-300x269.png 300w, https:\/\/theroyalscode.com\/students\/a_mehraban\/wp-content\/uploads\/2026\/05\/image-5-768x690.png 768w\" sizes=\"auto, (max-width: 940px) 100vw, 940px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">THANK YOU <\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Ahmad Belal Mehraban I made an outfit shop here i will post the index.html Ahmad Webpage Go to cloth price [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[1],"tags":[],"class_list":["post-152","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/theroyalscode.com\/students\/a_mehraban\/wp-json\/wp\/v2\/posts\/152","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/theroyalscode.com\/students\/a_mehraban\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/theroyalscode.com\/students\/a_mehraban\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/theroyalscode.com\/students\/a_mehraban\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/theroyalscode.com\/students\/a_mehraban\/wp-json\/wp\/v2\/comments?post=152"}],"version-history":[{"count":1,"href":"https:\/\/theroyalscode.com\/students\/a_mehraban\/wp-json\/wp\/v2\/posts\/152\/revisions"}],"predecessor-version":[{"id":155,"href":"https:\/\/theroyalscode.com\/students\/a_mehraban\/wp-json\/wp\/v2\/posts\/152\/revisions\/155"}],"wp:attachment":[{"href":"https:\/\/theroyalscode.com\/students\/a_mehraban\/wp-json\/wp\/v2\/media?parent=152"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/theroyalscode.com\/students\/a_mehraban\/wp-json\/wp\/v2\/categories?post=152"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/theroyalscode.com\/students\/a_mehraban\/wp-json\/wp\/v2\/tags?post=152"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}