{"id":10528,"date":"2024-03-03T10:30:00","date_gmt":"2024-03-03T10:30:00","guid":{"rendered":"https:\/\/codehim.com\/?p=10528"},"modified":"2024-03-04T08:30:44","modified_gmt":"2024-03-04T03:30:44","slug":"mobile-apps-grid-menu-ui-using-html-css","status":"publish","type":"post","link":"https:\/\/codehim.com\/html5-css3\/mobile-apps-grid-menu-ui-using-html-css\/","title":{"rendered":"Mobile Apps Grid Menu UI Using HTML CSS"},"content":{"rendered":"<p>This code creates a visually appealing mobile apps grid menu UI using HTML and CSS. The main functionality involves styling elements like icons, clock, date, and pagination with smooth animations. The CSS code defines the layout, colors, and transitions. The JavaScript code blurs the background images and adds a loading animation. This code helps design modern and interactive mobile app interfaces with a clean and dynamic appearance.<\/p>\n<h2>How to Create Mobile Apps Grid Menu Ui Using Html Css<\/h2>\n<p>1. First of all, load <a href=\"https:\/\/github.com\/LeaVerou\/prefixfree\" target=\"_blank\" rel=\"noopener\">PreFixfree JS<\/a> by adding the following CDN link into the head tag of your HTML document.<\/p>\n<pre class=\"prettyprint linenums lang-html\">&lt;script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/prefixfree\/1.0.7\/prefixfree.min.js\"&gt;&lt;\/script&gt;<\/pre>\n<p>2. Set up your HTML file. Create a container with the class &#8220;screen-wrapper&#8221; to hold the entire grid menu UI. Inside this container, add elements for the clock, date, icons, and pagination.<\/p>\n<pre class=\"prettyprint linenums lang-html\">&lt;div class=\"loading\"&gt;&lt;\/div&gt;\r\n\r\n&lt;canvas class=\"blur\" src=\"http:\/\/7-themes.com\/data_images\/out\/36\/6894141-blurred.jpg\" width=\"1680\" height=\"1050\"&gt;&lt;\/canvas&gt;\r\n&lt;div class=\"screen-wrapper\"&gt;\r\n  &lt;div class=\"weather\"&gt;\r\n    &lt;span class=\"entypo\"&gt;&amp;#128255;&lt;\/span&gt;\r\n    &lt;span class=\"degree\"&gt;17\u00b0C&lt;\/span&gt;\r\n  &lt;\/div&gt;\r\n  &lt;div class=\"clock\"&gt;&lt;b&gt;13&lt;\/b&gt;:29&lt;\/div&gt;\r\n  &lt;div class=\"date\"&gt;\r\n    &lt;span class=\"week\"&gt;Monday&lt;\/span&gt;\r\n    &lt;span class=\"day\"&gt;1st of&lt;\/span&gt;\r\n    &lt;span class=\"month\"&gt;July&lt;\/span&gt;\r\n  &lt;\/div&gt;\r\n  &lt;a href=\"#\" class=\"phone-icon icon\"&gt;\r\n    &lt;span class=\"entypo\"&gt;&amp;#128222;&lt;\/span&gt;\r\n    &lt;div class=\"title\"&gt;Phone&lt;\/div&gt;\r\n  &lt;\/a&gt;\r\n  &lt;a href=\"#\" class=\"cal-icon icon\"&gt;\r\n    &lt;span class=\"entypo\"&gt;&amp;#128197;&lt;\/span&gt;\r\n    &lt;div class=\"title\"&gt;Calendar&lt;\/div&gt;\r\n  &lt;\/a&gt;\r\n  &lt;a href=\"#\" class=\"sms-icon icon notify\"&gt;\r\n    &lt;span class=\"entypo\"&gt;&amp;#9993;&lt;\/span&gt;\r\n    &lt;div class=\"title\"&gt;Messages&lt;\/div&gt;\r\n  &lt;\/a&gt;\r\n  &lt;a href=\"#\" class=\"files-icon icon\"&gt;\r\n    &lt;span class=\"entypo\"&gt;&amp;#127748;&lt;\/span&gt;\r\n    &lt;div class=\"title\"&gt;Files&lt;\/div&gt;\r\n  &lt;\/a&gt;\r\n  &lt;a href=\"#\" class=\"browser-icon icon\"&gt;\r\n    &lt;span class=\"entypo\"&gt;&amp;#127758;&lt;\/span&gt;\r\n    &lt;div class=\"title\"&gt;Browser&lt;\/div&gt;\r\n  &lt;\/a&gt;\r\n  &lt;a href=\"#\" class=\"music-icon icon active\"&gt;\r\n    &lt;span class=\"entypo\"&gt;&amp;#9835;&lt;\/span&gt;\r\n    &lt;div class=\"title\"&gt;\r\n      &lt;span class=\"entypo\"&gt;&amp;#9654;&lt;\/span&gt;\r\n      Now playing: Fineshrine - Purity Ring\r\n    &lt;\/div&gt;\r\n    &lt;svg width=\"250\" height=\"250\" viewbox=\"0 0 250 250\"&gt;\r\n      &lt;path id=\"border\" transform=\"translate(125, 125)\"\/&gt;\r\n      &lt;path id=\"loader\" transform=\"translate(125, 125)\"\/&gt;\r\n    &lt;\/svg&gt;\r\n  &lt;\/a&gt;\r\n  &lt;a href=\"#\" class=\"clock-icon icon\"&gt;\r\n    &lt;span class=\"entypo\"&gt;&amp;#128340;&lt;\/span&gt;\r\n    &lt;div class=\"title\"&gt;Clock&lt;\/div&gt;\r\n  &lt;\/a&gt;\r\n  &lt;a href=\"#\" class=\"mail-icon icon notify\"&gt;\r\n    &lt;span class=\"entypo\"&gt;&amp;#59255;&lt;\/span&gt;\r\n    &lt;div class=\"title\"&gt;Mail&lt;\/div&gt;\r\n  &lt;\/a&gt;\r\n  &lt;!--&lt;a href=\"#\" class=\"contacts-icon icon\"&gt;\r\n    &lt;span class=\"entypo\"&gt;&amp;#128100;&lt;\/span&gt;\r\n    &lt;div class=\"title\"&gt;Contacts&lt;\/div&gt;\r\n  &lt;\/a&gt;--&gt;\r\n  &lt;a href=\"#\" class=\"cam-icon icon\"&gt;\r\n    &lt;span class=\"entypo\"&gt;&amp;#128247;&lt;\/span&gt;\r\n    &lt;div class=\"title\"&gt;Camera&lt;\/div&gt;\r\n  &lt;\/a&gt;\r\n  &lt;!--&lt;a href=\"#\" class=\"map-icon icon\"&gt;\r\n    &lt;span class=\"entypo\"&gt;&amp;#59172;&lt;\/span&gt;\r\n    &lt;div class=\"title\"&gt;Maps&lt;\/div&gt;\r\n  &lt;\/a&gt;--&gt;\r\n  &lt;ul class=\"pagination\"&gt;\r\n    &lt;li class=\"page current\"&gt;&lt;a href=\"#\"&gt;&lt;\/a&gt;&lt;\/li&gt;\r\n    &lt;li class=\"page\"&gt;&lt;a href=\"#\"&gt;&lt;\/a&gt;&lt;\/li&gt;\r\n    &lt;li class=\"page\"&gt;&lt;a href=\"#\"&gt;&lt;\/a&gt;&lt;\/li&gt;\r\n  &lt;\/ul&gt;\r\n&lt;\/div&gt;\r\n<\/pre>\n<p>3. Copy the following CSS code into your stylesheet. This code defines the layout, colors, and animations. It&#8217;s designed to create a modern and dynamic user interface. Ensure that you include the Roboto font and the Entypo icon font in your project for the complete styling.<\/p>\n<pre class=\"prettyprint linenums lang-css\">@import url(https:\/\/fonts.googleapis.com\/css?family=Roboto:400,100,300,500,700,900);\r\n@font-face {\r\n  font-family: 'entypo';\r\n  src: url(\"http:\/\/entypo.com\/css\/entypo.eot\");\r\n  src: url(\"http:\/\/entypo.com\/css\/entypo.eot?#iefix\") format(\"embedded-opentype\"), url(\"http:\/\/entypo.com\/css\/entypo.woff\") format(\"woff\"), url(\"http:\/\/entypo.com\/css\/entypo.ttf\") format(\"truetype\");\r\n}\r\n\r\n.entypo {\r\n  margin-left: 1px;\r\n  font-family: entypo;\r\n  font-size: 200%;\r\n  font-weight: normal;\r\n  font-style: normal;\r\n  line-height: 38px;\r\n}\r\n\r\n* {\r\n  user-select: none;\r\n  -moz-box-sizing: border-box;\r\n  -webkit-box-sizing: border-box;\r\n  box-sizing: border-box;\r\n}\r\n\r\nhtml {\r\n  overflow: -moz-scrollbars-vertical;\r\n  overflow-y: scroll;\r\n}\r\n\r\nbody {\r\n  font-family: 'Roboto', sans-serif;\r\n  font-weight: 300;\r\n  background-color: #333;\r\n  color: white;\r\n}\r\n\r\na {\r\n  color: white;\r\n  text-decoration: none;\r\n  transition: all .2s ease-out;\r\n}\r\n\r\n.loading,\r\n.blur {\r\n  width: 100%;\r\n  height: 100%;\r\n  position: fixed;\r\n  top: 0;\r\n  left: 0;\r\n}\r\n\r\n.loading {\r\n  background-color: black;\r\n  z-index: 999;\r\n  text-align: center;\r\n  opacity: 0.0;\r\n  pointer-events: none;\r\n  animation: loading 1.5s ease-out 1;\r\n}\r\n\r\n.blur {\r\n  opacity: 0.75;\r\n  transform: scale(1.3);\r\n  animation: zoom 0.7s ease-out 0s 1;\r\n}\r\n\r\n.screen-wrapper {\r\n  width: 14.5em;\r\n  position: absolute;\r\n  top: 50%;\r\n  left: 50%;\r\n  transform: translate(-50%, -50%);\r\n}\r\n\r\n.weather {\r\n  margin-left: 1em;\r\n  margin-bottom: -0.7em;\r\n  animation: zoom-in 0.7s ease-out 0.25s 1, small-appear 0.7s ease-out 0.25s 1;\r\n}\r\n\r\n.clock,\r\n.date {\r\n  text-align: center;\r\n}\r\n\r\n.clock {\r\n  font-size: 340%;\r\n  font-weight: 100;\r\n  animation: zoom-in 0.7s ease-out 0s 1, small-appear 0.7s ease-out 0s 1;\r\n}\r\n.clock b {\r\n  font-weight: 500;\r\n}\r\n\r\n.weather {\r\n  font-size: 75%;\r\n}\r\n\r\n.date {\r\n  margin-bottom: 1.35em;\r\n  font-size: 80%;\r\n  font-weight: 400;\r\n  animation: zoom-in 0.7s ease-out 0.25s 1, small-appear 0.7s ease-out 0.25s 1;\r\n}\r\n\r\n.icon {\r\n  margin: 1.5em 1em;\r\n  display: inline-block;\r\n  position: relative;\r\n  width: 2.5em;\r\n  height: 2.5em;\r\n  border-radius: 1.25em;\r\n  border: 1px dashed white;\r\n  text-align: center;\r\n  animation: appear 0.7s ease-out 0s 1;\r\n}\r\n.icon:hover {\r\n  background-color: rgba(255, 255, 255, 0.15);\r\n}\r\n.icon.notify, .icon.active {\r\n  border-style: solid;\r\n}\r\n.icon.notify:before, .icon.active:before {\r\n  content: '';\r\n  display: block;\r\n  position: absolute;\r\n  right: -6px;\r\n  top: -6px;\r\n  width: 8px;\r\n  height: 8px;\r\n  background-color: limegreen;\r\n  border-radius: 8px;\r\n}\r\n.icon.active:before {\r\n  background-color: transparent;\r\n}\r\n.icon .title {\r\n  margin-top: 10px;\r\n  font-size: 10px;\r\n  animation: appear 0.7s ease-out 0.25s 1;\r\n}\r\n.icon .title .entypo {\r\n  line-height: 0;\r\n}\r\n\r\n.music-icon .title {\r\n  width: 100%;\r\n  white-space: nowrap;\r\n  overflow: hidden;\r\n  animation: marquee 8s linear infinite;\r\n}\r\n.music-icon .title:hover {\r\n  animation-play-state: paused;\r\n}\r\n.music-icon .title .entypo {\r\n  display: inline-block;\r\n  margin-bottom: 4px;\r\n}\r\n\r\n.pagination {\r\n  margin-top: 2em;\r\n  padding: 0;\r\n  text-align: center;\r\n}\r\n.pagination .page {\r\n  display: inline-block;\r\n}\r\n.pagination .page a {\r\n  display: block;\r\n  width: 8px;\r\n  height: 8px;\r\n  background-color: rgba(255, 255, 255, 0.4);\r\n  border-radius: 8px;\r\n}\r\n.pagination .current a,\r\n.pagination a:hover {\r\n  background-color: white;\r\n}\r\n\r\nsvg {\r\n  display: block;\r\n  position: absolute;\r\n  top: -1px;\r\n  left: -1px;\r\n  width: 2.5em;\r\n  height: 2.5em;\r\n}\r\nsvg #border {\r\n  fill-opacity: 0.0;\r\n}\r\nsvg #loader {\r\n  fill: #FFF;\r\n  fill-opacity: 0.35;\r\n}\r\n\r\n@keyframes loading {\r\n  from {\r\n    opacity: 1.0;\r\n  }\r\n  to {\r\n    opacity: 0.0;\r\n  }\r\n}\r\n@keyframes zoom {\r\n  from {\r\n    transform: scale(2.05);\r\n  }\r\n  to {\r\n    transform: scale(1.3);\r\n  }\r\n}\r\n@keyframes zoom-in {\r\n  from {\r\n    transform: scale(0.6);\r\n  }\r\n  to {\r\n    transform: scale(1);\r\n  }\r\n}\r\n@keyframes small-appear {\r\n  from {\r\n    opacity: 0;\r\n    margin-top: 150px;\r\n  }\r\n  to {\r\n    opacity: 1;\r\n    margin-top: 0;\r\n  }\r\n}\r\n@keyframes appear {\r\n  from {\r\n    margin-top: 1000px;\r\n  }\r\n  to {\r\n    margin-top: 1.5em;\r\n  }\r\n}\r\n@keyframes marquee {\r\n  0% {\r\n    text-indent: 5em;\r\n  }\r\n  100% {\r\n    text-indent: -20em;\r\n  }\r\n}<\/pre>\n<p>4. Now, load the <a href=\"https:\/\/jquery.com\" target=\"_blank\" rel=\"noopener\">jQuery<\/a> by adding the following CDN link just before closing the body tag:<\/p>\n<pre class=\"prettyprint linenums lang-html\">&lt;script src='\/\/cdnjs.cloudflare.com\/ajax\/libs\/jquery\/2.1.3\/jquery.min.js'&gt;&lt;\/script&gt;<\/pre>\n<p>5. To achieve the blurred background effect, make sure to include the JavaScript code in your project. This code uses the Canvas API to create a blurred version of the background images. Ensure your background images have the class <code>blur<\/code> for the script to identify and process them.<\/p>\n<pre class=\"prettyprint linenums lang-js\">\/\/ Blurred background\r\nvar CanvasImage = function (e, t) {\r\n  this.image = t,\r\n  this.element = e,\r\n  this.element.width = this.image.width,\r\n  this.element.height = this.image.height;\r\n  var n = navigator.userAgent.toLowerCase().indexOf(\"chrome\") &gt; -1,\r\n      r = navigator.appVersion.indexOf(\"Mac\") &gt; -1;\r\n  n &amp;&amp; r &amp;&amp; (this.element.width = Math.min(this.element.width, 1680), this.element.height = Math.min(this.element.height, 1050)),\r\n  this.context = this.element.getContext(\"2d\"),\r\n  this.context.drawImage(this.image, 0, 0)\r\n};\r\nCanvasImage.prototype = {\r\n  blur: function (e) {\r\n    this.context.globalAlpha = .5;\r\n    for (var t = -e; t &lt;= e; t += 2)\r\n    for (var n = -e; n &lt;= e; n += 2)\r\n    this.context.drawImage(this.element, n, t),\r\n    n &gt;= 0 &amp;&amp; t &gt;= 0 &amp;&amp; this.context.drawImage(this.element, -(n - 1), -(t - 1));\r\n    this.context.globalAlpha = 1\r\n  }\r\n},\r\n\r\n$(function () {\r\n  var image, canvasImage, canvas;\r\n  $(\".blur\").each(function () {\r\n    canvas = this,\r\n    image = new Image,\r\n    image.onload = function () {\r\n      canvasImage = new CanvasImage(canvas, this),\r\n      canvasImage.blur(4)\r\n    },\r\n    image.src = $(this).attr(\"src\");\r\n  });\r\n});\r\n\r\n\r\n\/\/ Loader\r\nvar loader = document.getElementById('loader')\r\n  , border = document.getElementById('border')\r\n  , \u03b1 = 0\r\n  , \u03c0 = Math.PI\r\n  , t = 180;\r\n\r\n(function draw() {\r\n  \u03b1++;\r\n  \u03b1 %= 360;\r\n  var r = ( \u03b1 * \u03c0 \/ 180 )\r\n    , x = Math.sin( r ) * 125\r\n    , y = Math.cos( r ) * - 125\r\n    , mid = ( \u03b1 &gt; 180 ) ? 1 : 0\r\n    , anim = 'M 0 0 v -125 A 125 125 1 ' \r\n           + mid + ' 1 ' \r\n           +  x  + ' ' \r\n           +  y  + ' z';\r\n \r\n  loader.setAttribute( 'd', anim );\r\n  border.setAttribute( 'd', anim );\r\n  \r\n  setTimeout(draw, t); \/\/ Redraw\r\n})();<\/pre>\n<p>That&#8217;s all! hopefully, you have successfully integrated this Mobile Apps Grid Menu into your web\/app project. If you have any questions or suggestions, feel free to comment below.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>This code creates a visually appealing mobile apps grid menu UI using HTML and CSS. The main functionality involves styling&#8230;<\/p>\n","protected":false},"author":1,"featured_media":10533,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[63],"tags":[],"class_list":["post-10528","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-html5-css3"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Mobile Apps Grid Menu UI Using HTML CSS &#8212; CodeHim<\/title>\n<meta name=\"description\" content=\"Here is a free code snippet to create a Mobile Apps Grid Menu UI Using HTML CSS. You can view demo and download the source code.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/codehim.com\/html5-css3\/mobile-apps-grid-menu-ui-using-html-css\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Mobile Apps Grid Menu UI Using HTML CSS &#8212; CodeHim\" \/>\n<meta property=\"og:description\" content=\"Here is a free code snippet to create a Mobile Apps Grid Menu UI Using HTML CSS. You can view demo and download the source code.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/codehim.com\/html5-css3\/mobile-apps-grid-menu-ui-using-html-css\/\" \/>\n<meta property=\"og:site_name\" content=\"CodeHim\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/codehimofficial\" \/>\n<meta property=\"article:published_time\" content=\"2024-03-03T10:30:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-03-04T03:30:44+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/codehim.com\/wp-content\/uploads\/2024\/01\/Mobile-Apps-Grid-Menu-UI-Using-HTML-CSS.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1280\" \/>\n\t<meta property=\"og:image:height\" content=\"980\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Asif Mughal\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@CodeHimOfficial\" \/>\n<meta name=\"twitter:site\" content=\"@CodeHimOfficial\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Asif Mughal\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/codehim.com\/html5-css3\/mobile-apps-grid-menu-ui-using-html-css\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/codehim.com\/html5-css3\/mobile-apps-grid-menu-ui-using-html-css\/\"},\"author\":{\"name\":\"Asif Mughal\",\"@id\":\"https:\/\/codehim.com\/#\/schema\/person\/cc48f1dbe072a89a62a98171b7db43ed\"},\"headline\":\"Mobile Apps Grid Menu UI Using HTML CSS\",\"datePublished\":\"2024-03-03T10:30:00+00:00\",\"dateModified\":\"2024-03-04T03:30:44+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/codehim.com\/html5-css3\/mobile-apps-grid-menu-ui-using-html-css\/\"},\"wordCount\":275,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/codehim.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/codehim.com\/html5-css3\/mobile-apps-grid-menu-ui-using-html-css\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/codehim.com\/wp-content\/uploads\/2024\/01\/Mobile-Apps-Grid-Menu-UI-Using-HTML-CSS.png\",\"articleSection\":[\"HTML5 &amp; CSS3\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/codehim.com\/html5-css3\/mobile-apps-grid-menu-ui-using-html-css\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/codehim.com\/html5-css3\/mobile-apps-grid-menu-ui-using-html-css\/\",\"url\":\"https:\/\/codehim.com\/html5-css3\/mobile-apps-grid-menu-ui-using-html-css\/\",\"name\":\"Mobile Apps Grid Menu UI Using HTML CSS &#8212; CodeHim\",\"isPartOf\":{\"@id\":\"https:\/\/codehim.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/codehim.com\/html5-css3\/mobile-apps-grid-menu-ui-using-html-css\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/codehim.com\/html5-css3\/mobile-apps-grid-menu-ui-using-html-css\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/codehim.com\/wp-content\/uploads\/2024\/01\/Mobile-Apps-Grid-Menu-UI-Using-HTML-CSS.png\",\"datePublished\":\"2024-03-03T10:30:00+00:00\",\"dateModified\":\"2024-03-04T03:30:44+00:00\",\"description\":\"Here is a free code snippet to create a Mobile Apps Grid Menu UI Using HTML CSS. You can view demo and download the source code.\",\"breadcrumb\":{\"@id\":\"https:\/\/codehim.com\/html5-css3\/mobile-apps-grid-menu-ui-using-html-css\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/codehim.com\/html5-css3\/mobile-apps-grid-menu-ui-using-html-css\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/codehim.com\/html5-css3\/mobile-apps-grid-menu-ui-using-html-css\/#primaryimage\",\"url\":\"https:\/\/codehim.com\/wp-content\/uploads\/2024\/01\/Mobile-Apps-Grid-Menu-UI-Using-HTML-CSS.png\",\"contentUrl\":\"https:\/\/codehim.com\/wp-content\/uploads\/2024\/01\/Mobile-Apps-Grid-Menu-UI-Using-HTML-CSS.png\",\"width\":1280,\"height\":980,\"caption\":\"Mobile Apps Grid Menu UI Using HTML CSS\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/codehim.com\/html5-css3\/mobile-apps-grid-menu-ui-using-html-css\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/codehim.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"HTML5 &amp; CSS3\",\"item\":\"https:\/\/codehim.com\/category\/html5-css3\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Mobile Apps Grid Menu UI Using HTML CSS\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/codehim.com\/#website\",\"url\":\"https:\/\/codehim.com\/\",\"name\":\"CodeHim\",\"description\":\"Web Design Code Snippets\",\"publisher\":{\"@id\":\"https:\/\/codehim.com\/#organization\"},\"alternateName\":\"Web Design Codes\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/codehim.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/codehim.com\/#organization\",\"name\":\"CodeHim - Web Design Code & Scripts\",\"url\":\"https:\/\/codehim.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/codehim.com\/#\/schema\/logo\/image\/\",\"url\":\"http:\/\/codehim.com\/wp-content\/uploads\/2023\/06\/Codehim-short-logo.jpg\",\"contentUrl\":\"http:\/\/codehim.com\/wp-content\/uploads\/2023\/06\/Codehim-short-logo.jpg\",\"width\":280,\"height\":280,\"caption\":\"CodeHim - Web Design Code & Scripts\"},\"image\":{\"@id\":\"https:\/\/codehim.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/codehimofficial\",\"https:\/\/x.com\/CodeHimOfficial\",\"https:\/\/www.instagram.com\/codehim\/\",\"https:\/\/www.linkedin.com\/company\/codehim\",\"https:\/\/co.pinterest.com\/codehim\/\",\"https:\/\/www.youtube.com\/@codehim\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/codehim.com\/#\/schema\/person\/cc48f1dbe072a89a62a98171b7db43ed\",\"name\":\"Asif Mughal\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/codehim.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/b25bfcd7d4e341c2c6f785a88d8ad2a4?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/b25bfcd7d4e341c2c6f785a88d8ad2a4?s=96&d=mm&r=g\",\"caption\":\"Asif Mughal\"},\"description\":\"I code and create web elements for amazing people around the world. I like work with new people. New people new Experiences. I truly enjoy what I'm doing, which makes me more passionate about web development and coding. I am always ready to do challenging tasks whether it is about creating a custom CMS from scratch or customizing an existing system.\",\"sameAs\":[\"https:\/\/codehim.com\"],\"url\":\"https:\/\/codehim.com\/author\/asif-mughal\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Mobile Apps Grid Menu UI Using HTML CSS &#8212; CodeHim","description":"Here is a free code snippet to create a Mobile Apps Grid Menu UI Using HTML CSS. You can view demo and download the source code.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/codehim.com\/html5-css3\/mobile-apps-grid-menu-ui-using-html-css\/","og_locale":"en_US","og_type":"article","og_title":"Mobile Apps Grid Menu UI Using HTML CSS &#8212; CodeHim","og_description":"Here is a free code snippet to create a Mobile Apps Grid Menu UI Using HTML CSS. You can view demo and download the source code.","og_url":"https:\/\/codehim.com\/html5-css3\/mobile-apps-grid-menu-ui-using-html-css\/","og_site_name":"CodeHim","article_publisher":"https:\/\/www.facebook.com\/codehimofficial","article_published_time":"2024-03-03T10:30:00+00:00","article_modified_time":"2024-03-04T03:30:44+00:00","og_image":[{"width":1280,"height":980,"url":"https:\/\/codehim.com\/wp-content\/uploads\/2024\/01\/Mobile-Apps-Grid-Menu-UI-Using-HTML-CSS.png","type":"image\/png"}],"author":"Asif Mughal","twitter_card":"summary_large_image","twitter_creator":"@CodeHimOfficial","twitter_site":"@CodeHimOfficial","twitter_misc":{"Written by":"Asif Mughal","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/codehim.com\/html5-css3\/mobile-apps-grid-menu-ui-using-html-css\/#article","isPartOf":{"@id":"https:\/\/codehim.com\/html5-css3\/mobile-apps-grid-menu-ui-using-html-css\/"},"author":{"name":"Asif Mughal","@id":"https:\/\/codehim.com\/#\/schema\/person\/cc48f1dbe072a89a62a98171b7db43ed"},"headline":"Mobile Apps Grid Menu UI Using HTML CSS","datePublished":"2024-03-03T10:30:00+00:00","dateModified":"2024-03-04T03:30:44+00:00","mainEntityOfPage":{"@id":"https:\/\/codehim.com\/html5-css3\/mobile-apps-grid-menu-ui-using-html-css\/"},"wordCount":275,"commentCount":0,"publisher":{"@id":"https:\/\/codehim.com\/#organization"},"image":{"@id":"https:\/\/codehim.com\/html5-css3\/mobile-apps-grid-menu-ui-using-html-css\/#primaryimage"},"thumbnailUrl":"https:\/\/codehim.com\/wp-content\/uploads\/2024\/01\/Mobile-Apps-Grid-Menu-UI-Using-HTML-CSS.png","articleSection":["HTML5 &amp; CSS3"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/codehim.com\/html5-css3\/mobile-apps-grid-menu-ui-using-html-css\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/codehim.com\/html5-css3\/mobile-apps-grid-menu-ui-using-html-css\/","url":"https:\/\/codehim.com\/html5-css3\/mobile-apps-grid-menu-ui-using-html-css\/","name":"Mobile Apps Grid Menu UI Using HTML CSS &#8212; CodeHim","isPartOf":{"@id":"https:\/\/codehim.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/codehim.com\/html5-css3\/mobile-apps-grid-menu-ui-using-html-css\/#primaryimage"},"image":{"@id":"https:\/\/codehim.com\/html5-css3\/mobile-apps-grid-menu-ui-using-html-css\/#primaryimage"},"thumbnailUrl":"https:\/\/codehim.com\/wp-content\/uploads\/2024\/01\/Mobile-Apps-Grid-Menu-UI-Using-HTML-CSS.png","datePublished":"2024-03-03T10:30:00+00:00","dateModified":"2024-03-04T03:30:44+00:00","description":"Here is a free code snippet to create a Mobile Apps Grid Menu UI Using HTML CSS. You can view demo and download the source code.","breadcrumb":{"@id":"https:\/\/codehim.com\/html5-css3\/mobile-apps-grid-menu-ui-using-html-css\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/codehim.com\/html5-css3\/mobile-apps-grid-menu-ui-using-html-css\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/codehim.com\/html5-css3\/mobile-apps-grid-menu-ui-using-html-css\/#primaryimage","url":"https:\/\/codehim.com\/wp-content\/uploads\/2024\/01\/Mobile-Apps-Grid-Menu-UI-Using-HTML-CSS.png","contentUrl":"https:\/\/codehim.com\/wp-content\/uploads\/2024\/01\/Mobile-Apps-Grid-Menu-UI-Using-HTML-CSS.png","width":1280,"height":980,"caption":"Mobile Apps Grid Menu UI Using HTML CSS"},{"@type":"BreadcrumbList","@id":"https:\/\/codehim.com\/html5-css3\/mobile-apps-grid-menu-ui-using-html-css\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/codehim.com\/"},{"@type":"ListItem","position":2,"name":"HTML5 &amp; CSS3","item":"https:\/\/codehim.com\/category\/html5-css3\/"},{"@type":"ListItem","position":3,"name":"Mobile Apps Grid Menu UI Using HTML CSS"}]},{"@type":"WebSite","@id":"https:\/\/codehim.com\/#website","url":"https:\/\/codehim.com\/","name":"CodeHim","description":"Web Design Code Snippets","publisher":{"@id":"https:\/\/codehim.com\/#organization"},"alternateName":"Web Design Codes","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/codehim.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/codehim.com\/#organization","name":"CodeHim - Web Design Code & Scripts","url":"https:\/\/codehim.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/codehim.com\/#\/schema\/logo\/image\/","url":"http:\/\/codehim.com\/wp-content\/uploads\/2023\/06\/Codehim-short-logo.jpg","contentUrl":"http:\/\/codehim.com\/wp-content\/uploads\/2023\/06\/Codehim-short-logo.jpg","width":280,"height":280,"caption":"CodeHim - Web Design Code & Scripts"},"image":{"@id":"https:\/\/codehim.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/codehimofficial","https:\/\/x.com\/CodeHimOfficial","https:\/\/www.instagram.com\/codehim\/","https:\/\/www.linkedin.com\/company\/codehim","https:\/\/co.pinterest.com\/codehim\/","https:\/\/www.youtube.com\/@codehim"]},{"@type":"Person","@id":"https:\/\/codehim.com\/#\/schema\/person\/cc48f1dbe072a89a62a98171b7db43ed","name":"Asif Mughal","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/codehim.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/b25bfcd7d4e341c2c6f785a88d8ad2a4?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/b25bfcd7d4e341c2c6f785a88d8ad2a4?s=96&d=mm&r=g","caption":"Asif Mughal"},"description":"I code and create web elements for amazing people around the world. I like work with new people. New people new Experiences. I truly enjoy what I'm doing, which makes me more passionate about web development and coding. I am always ready to do challenging tasks whether it is about creating a custom CMS from scratch or customizing an existing system.","sameAs":["https:\/\/codehim.com"],"url":"https:\/\/codehim.com\/author\/asif-mughal\/"}]}},"views":1314,"_links":{"self":[{"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/posts\/10528","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/comments?post=10528"}],"version-history":[{"count":1,"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/posts\/10528\/revisions"}],"predecessor-version":[{"id":11280,"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/posts\/10528\/revisions\/11280"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/media\/10533"}],"wp:attachment":[{"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/media?parent=10528"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/categories?post=10528"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/tags?post=10528"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}